MyBB Community Forums

Full Version: Is It Bug Or Host Problem ??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just noticed this.. Is it bug or something related with my host

My forum runs normal like others.. But when i put some to my url like yourdomain.com/index.php/xiasdnasdnas it look like this.

How to set the dead link to not found page ?
I'm not entirely sure as to what you're wanting to do, but I assume you want to set a 404 not found error page. To set a not found page, add the following to your .htaccess file:

ErrorDocument 404 /404.html

Then, create the file /404.html in your site's root directory and put whatever you wish to display as the 404 error in it.
Ok. i make it simple.. When i put something like this to my forum url like domain.com/index.php/smmxamsanm or whatever..

The index shows but not complete without images..

It supposed to go to the 404 page right ??

Just tested in localhost also facing the same problem Sad