Quote:
Originally Posted by HMBeaty
Ok, here's a suggestion. Add this to your .htaccess to your root directory and see if it fixes the problem. This will redirect all non-www url's to www url's
Code:
RewriteEngine On
rewritecond %{http_host} ^yoursite.com
rewriteRule ^(.*) http://www.yoursite.com/$1 [R=301,L]
Be sure to replace yoursite.com with your url
|
Root directory? as in the public_html folder? or in the forums folder?