Homepage

Status
Not open for further replies.

shifattk

Member
Messages
55
Reaction score
5
Points
8
You could also add the following to your .htaccess file through cPanel's file manager:
DirectoryIndex <filename>
Replace <filename> with whichever file or page you want to use.
 
Last edited:

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
What I would try:

Create a blank index.html page

Then in .htaccess:

Code:
DirectoryIndex index.html

RewriteEngine On
RewriteRule ^index.html$ forumdisplay.php?fid=3
 
Status
Not open for further replies.
Top