Just have to add the following lines to the httpd.conf file ...
AddType application/x-httpd-php-source .phps AddType application/x-httpd-php .php3 .php .phtml
And
LoadFile D:/php5/php4ts.dll LoadModule php5_module "D:/php5/sapi/php4apache.dll"
Please change the path to meet the exact path of the directory where u install the PHP
Amit Arora
Uwe Rupprecht wrote:
hi,
i want to config php for each virtual host on my maschine. How can i do this ?