La verdad no se que hago mal pero no consigo configurar el httpd.conf, con las consecuentes restricciones para probar archivos con autentifiacion, etc, etc.
He leído las faqs del principio y no hay manera alguien podría decirme lo que tengo mal y corregirmelo porfavor.
Tengo el php 4.1.2 y el apache 1.3.23
Hay va el httpd.conf
LoadModule php4_module C:/Apache/Apache/php/sapi/php4apache.dll
<IfModule mod_dir.c>
DirectoryIndex index.html index.php index.php3 index.htm
ScriptAlias /php/ "C:/Apache/Apache/php/"
ScriptAlias /php4/ "C:/Apache/Apache/php/"
AddType application/x-httpd-php4 .php
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
AddType application/x-httpd-php .php .php4
AddType application/x-httpd-php-source .phps
AddHandler cgi-script .cgi
AddHandler php3-script .php3
AddHandler php-script .php .php4
Action php3-script /php/php.exe
Action php-script /php/php.exe
Action application/x-httpd-php4 "/php/php.exe"
</IfModule>
Gracias, un saludo.
![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)