| Re: http:// and http://www double login issues? |
| by Peekay on 2008/5/3 11:04:15 Have you tried le="color: #000000"><?php define('XOOPS_URL', 'http://www.mysitename.com'); The www is important if people are accessing your site using it. |
| Re: http:// and http://www double login issues? |
| by tom on 2008/4/27 16:53:02 Rob, I'm going to send you my msn via PM, I don't use this address for anything other than MSN messenger, so please don't send E-mails as they won't be answered there. Once your on MSN with me, we can go through it a little more and see if we can find a solution for you. Take care Tom. |
| Re: http:// and http://www double login issues? |
| by rob777 on 2008/4/27 16:48:30 Ok I checked the paths in mainfile.php and here is what I have. le="color: #000000"><?php // XOOPS Physical Path // Physical path to your main XOOPS directory WITHOUT trailing slash // Example: define('XOOPS_ROOT_PATH', '/home/myaccountusername/public_html'); define('XOOPS_ROOT_PATH', '/home/myaccountusername/public_html'); // XOOPS Virtual Path (URL) // Virtual path to your main XOOPS directory WITHOUT trailing slash // Example: define('XOOPS_URL', 'http://mysitename.com'); define('XOOPS_URL', 'http://mysitename.com'); define('XOOPS_TRUST_PATH', '/home/myaccountusername/my_trusted_path'); My server info is... Apache v. 1.3.41 (unix) PHP V. 5.2.5 Mysql v. 5.0.45 Does the path look right? Thanks. Rob |
| Re: http:// and http://www double login issues? |
| by Peekay on 2008/4/27 12:12:28 Is the server path correct in mainfile.php? Every host is different, for example the path may include your account name or number, but it should be something like this: le="color: #000000"><?php define('XOOPS_ROOT_PATH', '/var/www/vhosts/example.com/httpdocs'); define('XOOPS_URL', 'http://www.example.com'); Note there should be no trailing slashes and no filenames. |
| Re: http:// and http://www double login issues? |
| by rob777 on 2008/4/27 6:58:44 Update... When using the htaccess mod to redirect to www I have found another issue. Besides the module updating issue, new people can not register to the site when I have the redirect in htacess. They get the register screen and everything. But when you click "finish" it says " Could not register new user. " I'm using a fantasico installed XOOPS v. 2.0.16 with no hacks. Modules I'm using are Protector v 3.16; Newbb v 2.02; My-Iframe v 1.6; Extcal v 2.0; News v 1.56; Smartsection v 2.16; Smart object v 1.0; Smart profile v 1.0 Could the problem possibly be with the Protector? Using the htaccess Quote: Options +FollowSymlinks |