.htaccess tip - Force www. in dynamic php mysql flash web site tutorial - English
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.
Added by AliTech on 23-04-2011
Runtime: 5m 31s
Send AliTech a Message!


