|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-12 11:05 UTC] sander@php.net
[2002-07-12 13:28 UTC] phpbug at botanicus dot net
[2002-07-12 14:56 UTC] derick@php.net
[2003-03-31 11:21 UTC] jm4n at yahoo dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 14:00:01 2025 UTC |
.htaccess: DefaultType application/x-httpd-php bleh: <?php phpinfo(); ?> --- $ curl -sI host/bleh |grep Content-Type Content-Type: application/x-httpd-php $ ln -s bleh bleh.php $ curl -sI host/bleh.php |grep Content-Type Content-Type: text/html --- In short, PHP doesn't seem to be used as the handler for application/x-httpd-php when assumed file type is from a DefaultType or ForceType statement. :{