Copy the link of the video page and paste it here:
Example: http://www.youtube.com/watch?v=a7FQPMiph9M
NEW!. You can download videos from Vimeo!. :-)
Utils:
![]() |
.htaccess tip - Force www. in dynamic php mysql flash web site tutorial Here is the code to copy and paste # Make all requests have the www. in them RewriteEngine on RewriteCond %{HTTP_HOST} ^websitename\.com RewriteRule ^(.*)$ http://www.websitename.com/$1 [R=permanent,L] In this quick web development tip Adam Khoury of Flash Building discusses the apache method of forcing script connection in case the www is missing from a URL that requires it for script connection. Tags: adam, apache, connect, dynamic, file, flashbuilding, force, how, htaccess, khoury, learn, linux, notepad, rewrite, script, server, tip, to, tutorial, web, www 1 Downloads - Last from: (Your Blog here!) |