Hi all.. My ISPConfig is running since may/2010 without errors. Today, the webmail alias says "ERROR 403 - Forbidden!". How can I do to fix this error? I cant see the error in logs..
Hi Till, I solve it adding the lines in webmail.conf (/etc/apache2/conf.d/webmail.conf): Code: # Adaptacao para webmail macromind Alias /webmail /usr/share/webmail <Directory /usr/share/webmail> Options Indexes FollowSymLinks DirectoryIndex index.php [COLOR="Red"][B]Order allow,deny Allow from all[/B][/COLOR] <IfModule mod_php5.c> AddType application/x-httpd-php .php php_flag magic_quotes_gpc Off php_flag track_vars On php_flag register_globals Off # php_flag safe_mode Off # php_value include_path . </IfModule> </Directory> Thanks