2011-09-27, 07:05 PM
2011-09-27, 08:09 PM
Do you still want to use the default index, or completely replace it with your custom page?
2011-09-28, 03:03 AM
(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.
2011-09-28, 03:33 AM
Make a new text file, call it .htaccess (yes, with the dot).
Place this in it:
Then upload it to the same directory your forum is in. Make sure to substitute myfile with the file you want.
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.