![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/08/2003, 10:45
|
|
novato con el php Hola, acabo de empezar con php bajo apache y ni siquiera puedo mostrar el ejemplo <?phpinfo();?>.
No me encuentra la página, y en el log me aparece:
"script not found or unable to stat: C:/Apache Group/Apache2/htdocs/proy01/PHP4".
He introducido en el httpd.conf del apache
ScriptAlias /PHP4/ "C:\PHP4\"
Addtype application/x-httpd-php .php4
Addtype application/x-httpd-php .phtml
Action application/x-httpd-php "/PHP4/php.exe"
gracias |