Hi, please can anyone help me!
My problem is simple, I cant get my test.php to work
I get this message
The page cannot be found
I can access my file test.html in the same adress so apache is running.
I have done this sofar:
Unzipped php-4.0.6-Win32.zip into c:\php\
Copy alot of dlls to c:\php\ (where php.exe resides)
Copy php.ini-dist to c:\winnt\
Renamed it to php.ini
Edit php.ini:
extension_dir = "c:\php"
Edit httpd.conf:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
Thanks in advance
Im new to apache and php
All the above adjustments have I picked up from install text in the php site
http://cvs.php.net/co.php/php4/win32/install.txt
Im trying Apache now cause they say its less prone to hacks than IIS
Mikael Björksten
mickepickenice@hotmail.com