hello, i am using apache running on my win me machine.
i can get perl to run - no problems here.
i downloaded php404pl1-installer.exe - size 736 kb.
but, after i download and install php on c:/php but my apache server cannot recognise any .php scripts ???
when i click on any http://127.0.0.1/test.php, it does not do anything ?
i looked at the http.conf but i cannot find this file after installation ?
This file does not exist ?
php4apache.dll ?
Installtion instructions
Apache:
1. Stop the Apache Webserver.
Edit the httpd.conf and put in these lines, modified to your environment:
2. Unzip the Package to c:\php, now move php4ts.dll to the windows/system(32) directory, overwritte any older file!
for the apache module
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php4
#for the cgi binary (you can use that one compiled with force cgi redirect too)
ScriptAlias /php4/ "C:/php/"
Action application/x-httpd-php4 "/php4/php.exe"
AddType application/x-httpd-php4 .php
- Copy the php.ini-dist to your sysroot (directory where you installed windows), rename it to php.ini, and
edit the php.ini to fit your needs.
- Restart the Apache server.