Quote:
Originally Posted by star88
just installed, it works fine for me
Hosted by Godaddy, I just added a line in the .htaccess file :
RewriteBase /
thank you so much
|
What would that do?
I mean wouldn't it be better to use something like this?
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoururl\.com
RewriteRule ^(.*)$ http://www.yoururl.com/$1 [R=permanent,L]