Hi
I'm a newbie to PHP. I've installed PHP on my Win2K PC.
I created a simple page:
I have saved this in my folder inside another folder phptest.
If I save the file as hello.php the pathway for the file works in my web browser:
If I save it as default.php or index.php and the pathway becomes: the error I receive is:
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
Can anyone help me with this?
Cheers
Kefi2927
I'm a newbie to PHP. I've installed PHP on my Win2K PC.
I created a simple page:
Code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
I have saved this in my folder inside another folder phptest.
If I save the file as hello.php the pathway for the file works in my web browser:
If I save it as default.php or index.php and the pathway becomes: the error I receive is:
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
Can anyone help me with this?
Cheers
Kefi2927