MyBB Community Forums

Full Version: Some forum pages don't exist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am having a problem here: http://forumtesting.net78.net/mybb/index.php

When I click on a forum, sub forum or a forum category, I get my hosting provider's error 404 page.

Also, I noticed, when you click on a user's name in who's online or newly registered, the 404 page is also displayed.

Can anyone help?

Thanks
Rename htaccess.txt to .htaccess
The htaccess file is already named .htaccess
add this code to your .htaccess
ErrorDocument 404 /index.php
Edit: It's not just your forums that are going wrong - got to your memberlist and click on a user profile you will find the same error. I think the problem may be the URL friendly pages option in you ACP - unless someone cleverer than me turns up and gives you a cleaver solution you may just have to reinstall your whole forums.
Edit 2: Just had an idea go to http://forumtesting.net78.net/mybb/admin...optimizedb and optimize you databases (Suggestion read this thread and change you acp dir)
Do you mean ErrorDocument 404 /index.php or /mybb/index.php

And also should I put it in my mybb directory .htaccess or my public_html directory .htaccess file?
Oh yeh sorry forgot it was /mybb/
New Code:
ErrorDocument 404 /mybb/index.php
and yes put it in your mybb directory.
It would be good for you to put this in your /public_html/.htaccess
ErrorDocument 404 /
I have done this and it hasn't changed anything. Is it also ok to change these lines to go to error pages, such as /error/404.php?