Tom Lopolito wrote:
When I enter my web page http://host.mydomain.com/squirrelmail, I get a folder that displays the files in the squirrelmail directory(index.php included). I have to select the /src directory then click on login.php to get the logon screen to appear. After that everything works fine. Try adding a line like this to your Apache configuration, within the appropriate <VirtualHost>, <Directory> or <Location> block if you use them: ÂÂÂÂ DirectoryIndex index.html index.htm index.php My guess is that if this line exists now, it does not include "index.php", so Apache doesn't know what file to serve and just lists the directory contents. -- Will Berry Co-founder, Second Brain website hosting http://www.secondbrainhosting.com/ |
- [SM-USERS] logon page not displaying Tom Lopolito
- Re: [SM-USERS] logon page not displaying Will Berry
- Re: [SM-USERS] logon page not displaying Jonathan Angliss
- Re: [SM-USERS] logon page not displaying Tom Lopolito