Help, PHP not parsing my index.php
Posted: Mon Sep 15, 2003 10:41 am
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?
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?