Código PHP:
Ver original#
# "C:/AppServ/www/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "C:/AppServ/www/cgi-bin">
AllowOverride None
Options None
Order Allow,Deny
Allow from all
</Directory>
Alias /icons/ "C:/AppServ/Apache2.2/icons/"
<Directory "C:/AppServ/Apache2.2/icons">
Options Indexes MultiViews
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
El php.ini lo tengo asi