Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

Re: [PHP] php4 but dont work with php3 From: Adi Wibowo (adiw <email protected>)
Date: 03/24/01

On Sat, 24 Mar 2001, Mauricio Alarcon wrote:
> I put this line in httpd.conf but dont'work
> AddType application/x-httpd-php3 .php3
> AddType application/x-httpd-php3-source .phps
> AddType application/x-httpd-php .php
> Action application/php4script /cgi-bin/php
>
> What I'm doing wrong?

I suggest this :

AddType application/x-httpd-php3 .php3 <-- deleted/commented
AddType application/x-httpd-php3-source .phps <-- deleted/commented
AddType application/x-httpd-php .php <-- add .php3

Hope it help.

Adi Wibowo -------------------------------
* Work matter : adiw <email protected>
* Private matter : adiwibowo <email protected>
------------------------------------------

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