Re: [PHP-WIN] PHP install : no result!!! From: Manuela DIALLO (manuela.diallo <email protected>)
Date: 04/15/01

> Can you show us what you have done in your httpd.conf file?

Yes of course!
Here included the relevant lines , thank you!

Manu

============

 LoadModule php4_module c:/php/sapi/php4apache.dll

ServerName 127.0.0.1

    ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache/cgi-bin/"
    ScriptAlias /php4/ "c:/php/"

AddType application/x-httpd-php3 .php3 .phtml .php
AddType application/x-httpd-php3-source .phps
    #
    # And for PHP 4.x, use:
    #
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps

AddType application/x-httpd-php4 .php .phtml .php4
AddType application/x-httpd-php4-source .phps

AddHandler cgi-script .cgi

Action application/x-httpd-php /php/php.exe
Action application/x-httpd-php3 /php/php.exe
Action application/x-httpd-php4 /php/php.exe

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-windows-unsubscribe <email protected>
For additional commands, e-mail: php-windows-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>