MyBB Community Forums

Full Version: Huge problem: domain changed mybb not working properly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

please some one help me to solve this huge problem. My website www.worldofdth.in is now changed to www.worldofdth.com and after this change the mybb forum software is not working fine....
u can check http://www.worldofdth.com

even i am unable to login with admin account too...

please help me regarding this.....
You didn't update your settings before you changed your URL.

In ./inc/settings.php, change your cookie domain from .worldofdth.in to .worldofdth.com

Then login to the ACP, make this change again in the General Configuration options, and also change your Board URL to http://www.worldofdth.com
Try changing the "bburl" and possibly "cookiepath" in the "inc/settings.php" file to point to your new domain name.
Too slow Smile
yes now working fine....will report any bug here.....thanks for ur replies
now google seo is giving error:

Add to .htaccess:
# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://www.worldofdth.com/$1?$2 [L,QSA,R=301]


where is this .htaccess file