How to set Index.html to default page

praveen

New Member
Messages
1
Reaction score
0
Points
0
Hi

I have a problem, How to set Index.html to default page.

can anyone help me

thanks
 

eminemix

Member
Messages
350
Reaction score
0
Points
16
You need to have it "index.html" (lower case), not "Index.html" .
 
Last edited:

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Make or change your .htaccess and inside it put

Code:
DirectoryIndex Index.html
 

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
I don't get what you mean, index.html is the main page. If you mean how to change it to Index.html using that case then you should go into the .htaccess file which is usually located in the 'public_html' folder. If it isn't there, then make a new one and add this line.

DirectoryIndex Index.html

Hope this helps...
 
Top