The best way to help Apolyton is to help me sort out my newbie PHP problems.
<b>Error</b>:
Not Found
The requested URL /app/php/php.exe/experiments/crap.php was not found on this server.
Apache/1.3.20 Server at localhost Port 80
<b>Apps</b>:
c:\app\Apache Group\apache
c:\app\php
c:\app\mysql
<b>Content</b>:
c:\leo\php
<b>httpd.conf</b>:
ScriptAlias /php/ "c:/app/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/app/php/php.exe"
~
ServerName localhost
~
DocumentRoot "C:/leo/php"
<b>php.ini</b>:
doc_root = c:\leo\php
extension_dir = C:\app\php
<b>former my.cnf</b>
[mysqld]
basedir=c:/app/mysql/
datadir=c:/app/mysql/
<b>c:\leo\php\experiments\crap.php</b>:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo "Hello World<p>"; ?>
</body>
</html>
Any ideas for fixing the 404?
P.S. MySQL isn't involved, but I am wondering whether I need to do anything with it to integrate it with Apache/PHP.

<b>Error</b>:
Not Found
The requested URL /app/php/php.exe/experiments/crap.php was not found on this server.
Apache/1.3.20 Server at localhost Port 80
<b>Apps</b>:
c:\app\Apache Group\apache
c:\app\php
c:\app\mysql
<b>Content</b>:
c:\leo\php
<b>httpd.conf</b>:
ScriptAlias /php/ "c:/app/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/app/php/php.exe"
~
ServerName localhost
~
DocumentRoot "C:/leo/php"
<b>php.ini</b>:
doc_root = c:\leo\php
extension_dir = C:\app\php
<b>former my.cnf</b>
[mysqld]
basedir=c:/app/mysql/
datadir=c:/app/mysql/
<b>c:\leo\php\experiments\crap.php</b>:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo "Hello World<p>"; ?>
</body>
</html>
Any ideas for fixing the 404?
P.S. MySQL isn't involved, but I am wondering whether I need to do anything with it to integrate it with Apache/PHP.
Comment