MyBB Community Forums

Full Version: How to show custom page instead of Index page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,

Is there a way to show custom page instead of the Index page for forum?
Do you still want to use the default index, or completely replace it with your custom page?
(2011-09-27, 08:09 PM)AJS Wrote: [ -> ]Do you still want to use the default index, or completely replace it with your custom page?

I wanna show a custom page wherein a disclaimer notice will be placed along with the link which after click in turn takes the user to forum index page.

Thanks for the response.
Make a new text file, call it .htaccess (yes, with the dot).

Place this in it:
DirectoryIndex myfile.php

Then upload it to the same directory your forum is in. Make sure to substitute myfile with the file you want.