Squirrelmail
i have installed the webmail "Squirrelmail" but there is one thing i don't understand:You need to create a .htaccess file in you SquirrelMail directory
that looks something like this:
i did:
pico .htaccess, and put those lines in it:
AddType application/php4script .php
Action application/php4script /cgi-bin/php
You could also add these lines to your Apache configuration file.
i open my httpd.conf and search for tje lines with: AddType, and set those lines to it, but i have already set some .php file lines:
those are:
AddType application/x-httpd-php .php .php3 .php4
AddType application/x-httpd-php-source .phps
what i have to do exactly??
because when i'm now to try to open that webmail, he say that the page is not found! (404 error).
when i delete the .htaccess, he will open the page normaly...
and i will get this error:
Fatal error: Maximum execution time of 30 seconds exceeded in /usr/local/apache/website/email/functions/imap_general.php on line 53