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
 [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: Tue Apr 16 10:01:29 2024 UTC