Hi
I have a problem, How to set Index.html to default page.
can anyone help me
thanks
Hi
I have a problem, How to set Index.html to default page.
can anyone help me
thanks
You need to have it "index.html" (lower case), not "Index.html" .
Last edited by eminemix; 12-09-2007 at 11:42 AM.
Make or change your .htaccess and inside it put
Code:DirectoryIndex Index.html
Thanks,
Brandon Long
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...