MyBB Community Forums

Full Version: Changed domain name on website....need a little help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
clear your browser cookies by clicking on the link available here; close browser, reopen it & try login process

I feel its better to remove www from forum url & redirect to http://forumURL
you can use redirect facility available at web host control panel
or add rules like below in the .htaccess file
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.cardinalforums.com [NC]
RewriteRule ^(.*)$ http://cardinalforums.com/$1 [L,R=301]
thanks .m. I did clear browser cookies thru the browser settings and it made no difference. Would it make a difference if I had done it thru the help section on the board? the only thing i could do to get it to work again was grab an old settings.php from an old backup, edit it, and upload it. Then I could log in again. I'm afraid to change anything in site details now. lol

I will follow your directions for redirecting site to non www address.
Pages: 1 2