PDA

View Full Version : Have to Include index.php when accessing squirrel mail


enesch
08-02-2004, 10:50 AM
I have everything up and running finally can get all the webpages for qmailadmin and vqadmin however I am unable to access squirrl mail correct.
I am able to login if I type in http://mail.mydomain.com/webmail/index.php
but if I just do a http://mail.mydomain.com/webmail I get
The requested URL /webmail was not found on this server.
it will not default to the index.php I am sure this is more of an apache problem but if anyone has seen it I would appreciate some help on it.

enesch
08-02-2004, 10:57 AM
I fixed it sorry about the post.

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

and modify the line:

DirectoryIndex index.html

to include the following:

DirectoryIndex index.php index.php3 index.html

then stop and start your apache services (in freebsd it is apachectl stop
then apachectl start) or you can just reboot the server..