in /lists/.htaccess
Find
- Code: Select all
php_flag magic_quotes_gpc on
and delete the line
php_flag magic_quotes_gpc onInternal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@domain.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Order allow,deny
deny from all
This seems to be an issue related to your specific server setup. From the looks of it you are using a windows based system (local?). You'd best provide some system details.Brian121 wrote:The error says the function is undefined but I assume it is in the .dll file that the php.ini file loads(php5apache2.dll for php to work on apache and php_mysql.dll loaded as an extension for php to talk to mysql).
[Thu Oct 11 09:37:33 2007] [alert] [client 62.101.126.214] /web/htdocs/www.logalab.it/home/newsletter/.htaccess: DirectoryIndex not allowed here
DirectoryIndex index.php
<FilesMatch>
Order allow,deny
deny from all
</FilesMatch>
<FilesMatch>
Order allow,deny
allow from all
</FilesMatch>
php_flag magic_quotes_gpc on
* Operating System : Linux
* Server : Apache/2.0
* Memory usage : 8.26 MByte
* MYSQL Version : 5.0.45-community-log
* SQL Mode : Not set
* PHP Version : 4.4.7
* PHP Safe Mode : Off
* PHP Allow URL fopen : On
* PHP Memory Limit : 12M
* PHP Max Upload Size : 50M
* PHP Max Post Size : 8M
* PHP Max Script Execute Time : 120s
755 on all directories
644 on all files
# if you change the path to the PHPlist system, make the change here as well
# path should be relative to the root directory of your webserver (document root)
# you cannot actually change the "admin", but you can change the "lists"
$pageroot = '/newsletter';
$adminpages = '/newsletter/admin';
gabimazz wrote:[Thu Oct 11 09:37:33 2007] [alert] [client 62.101.126.214] /web/htdocs/www.logalab.it/home/newsletter/.htaccess: DirectoryIndex not allowed here
Ref: http://forums.phplist.com/viewtopic.php?p=1994#1994michiel wrote:please try to be precise when asking a question. Your situation can be quite different from someone elses, so in order to actually get a reply to your question, it will be useful to explain a few things, when you encounter a problem with PHPlist.
- what version of PHPlist have you installed?
- what version of PHP do you use?
- do you have your own server, or are you in a shared hosting environment?
- What Operating System (type and version) do you run
- What are you exactly trying to achieve?
- What page are you on (look at ?page=something) in the URL bar
- What did you do?
- What happened?
- What did you expect to happen?
And anything else you may think off that may help others to understand your situation, and possibly have a suggestion how to fix it.
Also, you may want to check a few things before posting a question:
- did the files upload correctly? Maybe the FTP transfer was cut off half way.
- did you double check your config file. It's quite a long file, so maybe you've overlooked something.
Besides providing some more details that might help other users help you, did you check the the suggested change to the .htaccess file as mentioned somewhere at the beginning of this thread, and in the troubleshooting documentation?GioMBG wrote:Any Suggestion?
Return to Frequently Asked Questions
Users browsing this forum: No registered users and 1 guest