Internal server error on phplist install...

Status
Not open for further replies.

kirtik

New Member
Messages
182
Reaction score
0
Points
0
I installed phplist by fantastico, but it gave a 500 error.

Then i tried manually, but again, when I got to going to /phplis/admin/, it gave me a 500 server error. Everything is configured correctly (access to dbs, pop account, dbs exist, no typos, etc) but it doesn't work. Help?

cpanel name is kirtik.

This is in the error logs...
[Fri Sep 26 19:17:28 2008] [alert] [client 86.2.100.108] /home/kirtik/public_html/lgsvox.co.cc/res/scripts/phplist/.htaccess: Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration
 
Last edited:

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Remove any php_flag lines from /home/kirtik/public_html/lgsvox.co.cc/res/scripts/phplist/.htaccess
We disallow usage of it as it is a major security risk.
 

kirtik

New Member
Messages
182
Reaction score
0
Points
0
DirectoryIndex index.php

<FilesMatch "\.(php|inc)$">
Order allow,deny
deny from all
</FilesMatch>
<FilesMatch "(index.php|dl.php|ut.php|lt.php|download.php)$">
Order allow,deny
allow from all
</FilesMatch>
php_flag magic_quotes_gpc on

I delete the last line, right?
 
Status
Not open for further replies.
Top