Forum Moderators: phranque
Anyway, the problem:
I've installed some CMS (written in PHP) on a local pc and then found out that this CMS always calls a home page with something like "localhost/blahblah/" instead of "localhost/blahblah/index.php". Thus I'm always getting the content of "localhost/blahblah/" directory.
How am I to tell the server (Apache 2) to look for default pages? (I know that IIS can be configured to search for "index.htm", "default.htm" etc., but how do I do that with Apache?)