View Single Post
  #6  
Old 02-03-2010, 12:17 PM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 41,370
fadillzzz is an unknown quantity at this point
Default RE: User login dependant on if there's a "www." in the url

have you change the yoursite.com to your domain?

If it still doesn't work, try to put this code in your .htaccess instead
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain\.com$
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]
Reply With Quote