Is it possible to to change INDEX ?

D

DenisC

When publishing my site I'd like to be able to do it without the main file
being named INDEX.

Can I do that?
 
M

Mike Koewler

You can, but it wouldn't be real wise. Some servers will accept
home.htm(l) as the default page but I wouldn't bet all will. Without a
page named index, visitors will have to type in the page they want, such
as www.yourdomain.com/pagename.html. Otherwise, they will get a
directory listing (if the server allows it) or a 405 - You do not have
permission to view files on this server - Message.

Mike
 
Top