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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 03:01:29 2024 UTC