I recently installed phpList (mailing list software) on my new ISPConfig server. The problem is, when I try to access the folder I get the following error & I'm not sure where to start resolving it. It is simply a subfolder of my /web folder (ie; www.domain.com/list/), permissions look normal & the account/site has mySQL and PHP options. Any ideas? The following error occurred: The requested URL caused an internal server error. If you get this message repeatedly please contact the Webmaster. EDIT: error.log shows /var/www/web3/web/lists/.htaccess: php_flag not allowed here
I guess the list folder has the wrong permissions. A folder must always have execute permissions. Try a chmod 755 on the list folder.