Re: Apache+php on Windows



Adding the following lines in httpd.conf solved the issue:

<Directory "C:/php">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>


.