Page 1 of 1

Having to log in twice

PostPosted: Sun Jun 22, 2008 9:20 am
Author: dwdrumon
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Advanced Knowledge
Board URL: http://darboyculvers.com

PHP Version: 5.2.6
MySQL Version:


What was done before the problem appeared?
nothing


What was done to try to solve the problem?
nothing



De.scription and Message

Ever since i installed the integramod software whenever any user tries to log in they have to login twice to actually get logged in. I cant quite seem to figure it out.

If anybody has some advice id love to hear it. Thanks in advance.

PostPosted: Sun Jun 22, 2008 3:58 pm
Author: Okki
hi, you say your board url is http://darboyculvers.com
but what domain name did you enter in the configuration settings, i think you entered www in front of the name.

So they enter your site without www and login, but then they be transfered to http://www.darboyculvers.com cause of the settings, and there they are not logged in.

You can change the way users enter your site, add this to your .htaccess and replace yoursite.com with your domain name
Code: Select all
#Options +FollowSymlinksRewriteEngine OnRewriteCond %{http_host} ^yoursite.comRewriteRule ^(.*) [url=http]http://www.yoursite.com/$1[/url] [R=301,L]


then they be first transfered to http://www.darboyculvers.com and when they log in they will stay there