php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #157 PHP doesn't find scripts in virtual directories in IIS 3.0
Submitted: 1998-03-10 06:38 UTC Modified: 1998-03-10 18:17 UTC
From: ebonet at lix dot intercom dot es Assigned:
Status: Closed Package: Other
PHP Version: 3.0b5 OS: NT
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ebonet at lix dot intercom dot es
New email:
PHP Version: OS:

 

 [1998-03-10 06:38 UTC] ebonet at lix dot intercom dot es
If i have my document root set to c:\wwwroot\docs,
i can execute scripts under this directory or any of its
subdirectories, but if i declare a virtual directory in IIS
like foo in c:\foo, when i access my host as:

http://my.host/foo/bar.phtml

it doesn't find the script, even if i have 
c:\wwwroot\docs\foo\bar.phtml, too.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-03-10 18:17 UTC] shane
document_root must be set to nothing for this to work:

php3.ini:
document_root=


Shane
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 23:01:30 2024 UTC