MyBB Community Forums

Full Version: Admin Cookies Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there, Im having a bit a of an issues with my cookie settings, I just preformed a restore after corrupting my database Blush and now the cookies are a bit whacked.

Information:

MyBB software installation directory: http://systemfreeze.com/forums

Cookies Domain: .systemfreeze.com

Cookies path: /

Cookies Prefix: *blank*

htaccess Information

RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?systemfreeze.com$
RewriteCond %{REQUEST_URI} !^/forums/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /forums/$1
RewriteCond %{HTTP_HOST} ^(www.)?systemfreeze.com$
RewriteRule ^(/)?$ forums/index.php [L]

Now everything is working fine like everyone can log in and stuff but when I try to log into the ACP it works fine but the URL goes to:

http://systemfreeze.com/forums/admin/index.php

I have no idea why the forums is appearing in the link...
I just tried that and it still dosnt work :\
And did you clear your browser cookies after making the change?? Those would be the correct settings.
Ok I will try that and get back to you, thanks.
Does the htaccess affect the cookies at all? Should my url be http://website/forums ?