php-general | 2001032
Date: 03/24/01
- Next message: BlackLord: "[PHP] attachments with mail() function"
- Previous message: Aaron Tuller: "Re: [PHP] indirectly call function?"
- In reply to: Mauricio Alarcon: "[PHP] php4 but dont work with php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: BlackLord: "[PHP] attachments with mail() function"
- Previous message: Aaron Tuller: "Re: [PHP] indirectly call function?"
- In reply to: Mauricio Alarcon: "[PHP] php4 but dont work with php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

