php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12832 Can't access PHP in user_dir correctly
Submitted: 2001-08-19 01:38 UTC Modified: 2001-08-19 03:25 UTC
From: Tristesse at gigigaga dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.0.6 OS: Windows Me
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: Tristesse at gigigaga dot com
New email:
PHP Version: OS:

 

 [2001-08-19 01:38 UTC] Tristesse at gigigaga dot com
I installed PHP on Windows Me with Apache 1.3.20, according to "Windows Manual installation from zip binary distribution". And I can access the test.php with code "<?phpinfo()?>" in doc_root correctly by browse "http://localhost/test.php".

It shows:
...
doc_root C:/Program Files/Apache Group/Apache/htdocs
...
user_dir C:/Program Files/Apache Group/Apache/users
...

When I put the test.php in "C:/Program Files/Apache Group/Apache/users/test" and browse "http://localhost/~test/test.php", it only shows "No input file specified."

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-19 03:25 UTC] sniper@php.net
Please ask support questions on the mailing lists:

http://www.php.net/support.php

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC