Click to See Complete Forum and Search --> : filepath issue


poab
04-10-2003, 10:05 AM
Hi,

This probably just requires a simple yes/no answer.

I don't want my address bar to read as follows:

http://www.mysite.com/services.htm

So I created an extra directory called services and renamed services.htm as index.htm. The address bar now reads

http://www.mysite.com/services/

which I much prefer. It does mean that I end up with all the files on my site named index.htm. Is that going to cause a problem? Or is it ok to do it that way?

cheers.

pyro
04-10-2003, 10:07 AM
As long as you don't have more than one index page per directory, you will be fine.

poab
04-10-2003, 10:20 AM
thanks :)