php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11207 filename "demo.php" in root of virtual host doesn't pass through PHP
Submitted: 2001-05-31 05:26 UTC Modified: 2001-05-31 12:37 UTC
From: anders at gjerlov dot dk Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.0.5 OS: Linux Redhat 6.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: anders at gjerlov dot dk
New email:
PHP Version: OS:

 

 [2001-05-31 05:26 UTC] anders at gjerlov dot dk
Any script called demo.php will not pe proccessed by PHP if located in the root of the virtual host. The same file called Demo.php works fine! The same file in a subdirectory (without renaming) works fine!

PHP compiled with:
'./configure' '--with-apxs=/opt/apache/1.3.19/bin/apxs'
'--with-gd=/opt/gd/1.8.4/src' '--with-jpeg-dir=/usr/lib' '--enable-magic-quotes'
'--with-ttf=/usr/lib' '--with-png-dir=/usr/lib' '--with-tiff-dir=/usr/lib' '--with-pdflib'
'--enable-trans-sid' '--with-zlib' '--with-zlib-dir=/usr/include' '--with-imap'
'--with-kerberos' '--with-ldap'

Kind regards,
Anders Gjerl?v

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-31 12:37 UTC] sniper@php.net
Works for me just fine. There is some wierd setting in 
your Apache confs or in some .htaccess file.

Not a bug in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC