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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
44 - 30 = ?
Subscribe to this entry?

 
 [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: Sat May 04 13:01:30 2024 UTC