Hi all,
I have installed PHP 5.1.2, I'm using Apache 1.3.26 on my Windows XP. After I run my phptest.php, my Apache doesn't recognize this php file. I have done everything what's on the manual.
(Before this, I used WebServ software, that configured everything automatically for me. Now that I want to learn and upgrade to PHP5, I want to configure it manually).
Can Apache 1.3.26 work with PHP 5 at all? If yes, are there aspects that I might overlook?
Here are steps I've done (based on that manual):
1. copy php.ini to c:\windows\
2. copy php5ts.dll into c:\program\apache group\apache\bin\
3. Write down the following on the Apache's httpd.conf:
LoadModule php5_module c:/php/php5apache.dll
AddType application/x-httpd-php .php3 .php
AddType application/x-httpd-php-source .phps
So, can anyone help me?
Thanks soo much!
Andre
I have installed PHP 5.1.2, I'm using Apache 1.3.26 on my Windows XP. After I run my phptest.php, my Apache doesn't recognize this php file. I have done everything what's on the manual.
(Before this, I used WebServ software, that configured everything automatically for me. Now that I want to learn and upgrade to PHP5, I want to configure it manually).
Can Apache 1.3.26 work with PHP 5 at all? If yes, are there aspects that I might overlook?
Here are steps I've done (based on that manual):
1. copy php.ini to c:\windows\
2. copy php5ts.dll into c:\program\apache group\apache\bin\
3. Write down the following on the Apache's httpd.conf:
LoadModule php5_module c:/php/php5apache.dll
AddType application/x-httpd-php .php3 .php
AddType application/x-httpd-php-source .phps
So, can anyone help me?
Thanks soo much!
Andre