MyBB Community Forums

Full Version: MyBB won't let me login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB will let me login to Microsoft Edge, but not Mozilla Firefox, It's weird, I have deleted all cookies and followed all instructions to settings.php. And it still won't let me login on Mozilla
what is your forum url & which theme you are using ?
http://www.xero-rsps.com
And the basic MyBB theme, I haven't been able to update the themes because I haven't been able to login, and as for the installs, it's a new install. The cookies are pathed correctly too.

Nevermind, it fixed itself..... Big Grin Thanks for replying though Big Grin
basically it would be better to not use www in the url. www may be redirected to non-www through .htaccess

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.xero-rsps.com [NC]
RewriteRule ^(.*)$ http://xero-rsps.com/$1 [L,R=301]