Jon Posted November 11, 2011 Report Share Posted November 11, 2011 Hi All, My site has suddenly started the issue for every pilot with a "Error you are already logged in" message when the pilot tries to log in when the page loads showing them logged out with the login form available. ANy ideas? Jon Quote Link to comment Share on other sites More sharing options...
flyalaska Posted November 11, 2011 Report Share Posted November 11, 2011 Hi All, My site has suddenly started the issue for every pilot with a "Error you are already logged in" message when the pilot tries to log in when the page loads showing them logged out with the login form available. ANy ideas? Jon Make sure you have the www. in the url instead of just the mysite.com Quote Link to comment Share on other sites More sharing options...
Connor1994 Posted November 11, 2011 Report Share Posted November 11, 2011 Is there anyway to permanently make this the case, I have tried re-directing euroscotva.co.uk to www.euroscotva.co.uk although it doesn't work? Is there another way around this? Thanks Quote Link to comment Share on other sites More sharing options...
flyalaska Posted November 11, 2011 Report Share Posted November 11, 2011 I had the problem before, some when I would go to my site, I would type flyaka.com in the browser. Got the same message. When I added the www. I had no problem. Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted November 11, 2011 Moderators Report Share Posted November 11, 2011 Yes do as i do, use the .htaccess rewrite rules to change http:// to http://www. Quote Link to comment Share on other sites More sharing options...
Tom Posted November 11, 2011 Report Share Posted November 11, 2011 Is there anyway to permanently make this the case, I have tried re-directing euroscotva.co.uk to www.euroscotva.co.uk although it doesn't work? Is there another way around this? Thanks # Redirect non-www urls to www RewriteEngine on RewriteCond %{HTTP_HOST} !^www\.yoursite\.com RewriteRule (.*) http://www.yoursite.com/$1 [R=301,L] Though really you should be doing the opposite, w's are so last decade. I even believe chrome will remove the w's by default unless they're forced. Quote Link to comment Share on other sites More sharing options...
Connor1994 Posted November 11, 2011 Report Share Posted November 11, 2011 Hi Tom, Blonde moment, is this in the .htaccess? Also, I am using chrome so I will look into this. Quote Link to comment Share on other sites More sharing options...
Tom Posted November 11, 2011 Report Share Posted November 11, 2011 Hi Tom, Blonde moment, is this in the .htaccess? Also, I am using chrome so I will look into this. Yes, .htaccess And, for example, go to facebook.com - it will force the w's. Then go to phpvms.net - no w's. Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted November 11, 2011 Moderators Report Share Posted November 11, 2011 Yes it is. If your site is showing access to http:// and http://www. then you will be ranked down in site rankings within google as they can look at it as 2 sites. Basic seo crap courtesy of google themselves Quote Link to comment Share on other sites More sharing options...
Connor1994 Posted November 11, 2011 Report Share Posted November 11, 2011 Ahhh! Thanks a lot guys +1 Quote Link to comment Share on other sites More sharing options...
flyalaska Posted November 11, 2011 Report Share Posted November 11, 2011 Some host will have this already done for you. Mine has it done by default. Quote Link to comment Share on other sites More sharing options...
Tom Posted November 11, 2011 Report Share Posted November 11, 2011 Some host will have this already done for you. Mine has it done by default. Force w's? Don't think so... I go to flyaka.com and it doesn't show w's, I go to www.flyaka.com and it does. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted November 11, 2011 Report Share Posted November 11, 2011 Maybe Google forces it. I went to add the code and in the file, and it was already there. Seems they have it for my forums for some reason, or could of been an old file. Anyways I have it working now. Thanks for the tip. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.