I have this funny thing when running PHP 4 on Apache on Win95. If the script
has the extension .php it's fine, but if the extension is .php3 it returns
400 Bad Server Request
Any ideas?
httpd.conf:
<IfModule mod_dir.c>
DirectoryIndex index.html
DirectoryIndex index.shtml
DirectoryIndex index.htm
DirectoryIndex index.php
DirectoryIndex index.php3
</IfModule>
AddType application/x-tar .tgz
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
=======================================================================
Patrick Dunford, Christchurch, NZ - http://pdunford.godzone.net.nz/
In his heart a man plans his course, but the LORD determines his
steps.
-- Proverbs 16:9
http://www.heartlight.org/cgi-shl/todaysverse.cgi?day=20010110
=======================================================================
Created by Mail2Sig - http://pdunford.godzone.net.nz/software/mail2sig/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]