Page 1 of 1

Help, PHP not parsing my index.php

Posted: Mon Sep 15, 2003 10:41 am
by sopiaz57
1. I have PHP in my /bin directory

2. My file is named index.php, here it is:


<html>
<head>
<title>PHP Page</title>
</head>
<body>
<h1>My First PHP Page</h1>
<?php
echo '<p>This is my first PHP script.</p>';
?>
</body>
</html>


3. Here is my httpd.conf
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.shtml index.php index.php4 index.php3 index.phtml index.cgi
</IfModule>


and there are plenty of php modules, one for php4, one for php3.

anyone have any insight?

Posted: Mon Sep 15, 2003 12:01 pm
by sopiaz57
figured it out, im reinstalling PHP

Posted: Mon Sep 15, 2003 1:28 pm
by JAM
Nice that you worked it out.
But for future reference and guidance, please do post whatever was the reason.

Next time someone has the same issue and makes a search in the forum, he/she might get help from your solution.