8Apr/106
.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 ^(.*)$ www.websitename.com [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.

