HELP...I have the PHPlist Blues
I installed PHPlist through LP.
The version is 2.8.12
All the file/folder permissions seem to be set correctly.
When I go to
http://cimpermanco.com/lists/admin/ , I still get the "500 Internal Server Error"
My Error Log info. is...[Mon Jan 31 10:34:34 2005] [error] [client 70.17.177.227] File does not exist: /home/cimper2/public_html/500.shtml
[Mon Jan 31 10:34:34 2005] [alert] [client 70.17.177.227] /home/cimper2/public_html/lists/.htaccess: Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration
My .htaccess file is as follows...DirectoryIndex index.php index.html
<FilesMatch "\.(php|inc)$">
Order allow,deny
deny from all
</FilesMatch>
<FilesMatch "(index.php|dl.php|ut.php|download.php)$">
Order allow,deny
allow from all
</FilesMatch>
php_value magic_quotes_gpc on
I've read just about every post on this issue and I still can't seem to make anything work yet.
Most of the posts seem to boil down to pretty much the same thing..."Check File Permissions".
I would
greatly appreciate
ANY help with this.