MyBB Community Forums

Full Version: Forums giving 404 -- just now made site live
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've just now ported my site from localhost to live one: http://forum.indianworkingwoman.org/index.php

But I'm getting 404 when I click on any forum on the index page.

I had turned on the Google SEO plugin but I've turned it off. But still I see meaningful forum names.

Is it due to mybb cache? How can I clear it?
Hmm, if the plugin is disabled, the url's shouldn't show up like that. Even it wasn't enabled and you modified the functions.php file wrong, it would still fail because the plugin file isn't included.
Anyway, try to add a new line in .htaccess below this:
RewriteEngine On
RewriteBase /
RewriteBase / did it. Thanks. Also by mistake I turned off the Google SEO in locahost rather that in my live site & that's why it wasn't working. Thanks for your help.
(2011-06-09, 08:16 AM)jmatts Wrote: [ -> ]RewriteBase / did it. Thanks. Also by mistake I turned off the Google SEO in locahost rather that in my live site & that's why it wasn't working. Thanks for your help.

No problem Wink Glad it works now.