February 20, 201511 yr Hi, I've had a problem with the forum for ages. http://www.lime-technology.com/forum/ shows me as not logged in but if I press home the url changes to http://lime-technology.com/forum/index.php and suddently the cookie is picked up and I'm logged in. I recently fixed this on a SMF forum I've been working on and I thought you might like the solution too. I got the solution from the link below but if you have the forum in a different folder you'll have to make sure you only modify the .htaccess in the forum folder. It's pretty easy, paste the code at the top of the .htaccess file, save and when you go to the www site it should automatically change it to non www. http://stackoverflow.com/questions/1100343/apache-redirect-from-non-www-to-www RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] Love the forum, and my unraid server. Keep up the good work! Cheers.
Archived
This topic is now archived and is closed to further replies.