http://cyclechat.net works, but says I'm not logged in. http://www.cyclechat.net says I am logged in.
Some kind of non-www redirect required perhaps?
Don't know if it would cause any problems with the site, but this in .htaccess should sort it
Some kind of non-www redirect required perhaps?
Don't know if it would cause any problems with the site, but this in .htaccess should sort it
Code:
RewriteCond %{HTTP_HOST} !^www\.cyclechat\.net$ [NC]
RewriteRule ^(.*)$ http://www.cyclechat.net/$1 [R=301,L]