when you display a url by folder name, you actually get the index.php,index.html,default.asp page, whatever the default filename the server is set to use
If you do not have an index page in the folder, you get a folder tree
create the index.php file for each folder, that opens the appplication as you wish it to,
urls such as http:/thissite/thisfolder/unusual_name.php fail on this if the user types in http:/thissite/thisfolder/
that way
http:/thissite/thisfolder/
can access
http:/thissite/thisfolder/index.php
hope it helps
urls broken on purpose
almostbob
Posting Sensei
3,149 posts since Jan 2009
Reputation Points: 571
Solved Threads: 376