You need to login to send post. No account yet? Create one:
Create account

Why my simple site needed use www.site.com/index.html?

2 replies [Last post]
Lucie

I have simple HTML site and I want to figure out, that after pointing web browser to my domain name will automatically used index.html, but it is not happens and I always have to use ugly www.site.com/index.html. Where could be problem?

I'm using paid webhosting.

Thanks a lot.

admin
Problem is probably in .htaccess file

If is this file in root folder of your site, clear it and write only this:

Options -Indexes
DirectoryIndex index.html

Lucie
IT DID THE TRICK

Thanks a lot again!