PHPList 500 Errors on Install
While installing PHPList on a GoDaddy server for a client of mine, I was frustrated to receive an ‘Internal Server Error’ / ’500 Error’. Following the directions at this post fixed it easy enough. You just need to delete the following line form your .htaccess file in your PHPList install directory:
php_flag magic_quotes_gpc on
December 7th, 2011 at 1:32 am
I was killing myself trying to figure out what I had configured wrong. I would have never found this.
Gracias.