Quote:
Originally Posted by Lynne
|
Thanks alot Lynne i fix it with your help thread which you gave me in your reply its realy good
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
i replace these codes in my .htaccess file with
RewriteCond %{HTTP_HOST} !^www\.yoursite\.com
RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=301,L]
and now my site working properly and there's no problem in user login
http://mysite.com changed automatically in
http://www.mysite.com thanks alot for help