I'm trying to find out if there is a PHP index page.
When I type in a URL, I don't want to type in the name of my PHP home page. I just want to type in the path name. For example, I want to type in ...
http://www.whatever.com/PATHNAME/
I DO NOT want to type in ...
http://www.whatever.com/PATHNAME/index.php
I already named my home page as 'index.php', but when I type my URL with just the pathname it is not working.
I'm getting a 'Page cannot be found' error from the browser.