php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13708 Forbidden
Submitted: 2001-10-17 03:30 UTC Modified: 2001-10-17 03:45 UTC
From: ramajogi at rediffmail dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.0.6 OS: windows98
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ramajogi at rediffmail dot com
New email:
PHP Version: OS:

 

 [2001-10-17 03:30 UTC] ramajogi at rediffmail dot com
configured php4.06 to work on apache1.3 running on windows98.
created asub folder named php in the htdocs folder of apache.
1)created test.php with the code
<html>
<?php phpinfo();?>
</html>
when i give the following URL in internetexplorer5.0
http://localhost/php/test.php
it is giving following error:
---------------------------------------

The page cannot be found 
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable 


--------------------------------------------------------


2)Then copied index.html from htdocs folder of apache and
given the following URL in the browser
http://localhost/php/
then the following error is displayed
----------------------------------------------------------

Forbidden
You don't have permission to access /php/ on this server.

------------------------------------------------------
3)running php.exe from the php home dirctory is displaying 
screenfull of html code

please let me know what is wrong.
thanks inadvance

ramajogi 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-17 03:45 UTC] derick@php.net
This is not the place to ask support questions, instead, ask on the php-general@lists.php.net mailinglist.
Tip: Check your settings for DirectoryIndex in httpd.conf and/or Options Indexes in access.conf

Derick
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 13:01:28 2025 UTC