AW: [phplib] .php3 file on Apache From: Robert Boehrs (RBoehrs <email protected>)
Date: 04/11/01

Hi
 
if you don't want to rename all php3 files to php, then you have to modify
your apache httpd.conf.
 
Look for something like " AddType application/x-httpd-php .php " which
handles the php file.
There should also be a line like " AddType application/x-httpd-php3 .php3 "
which is probably commented out.
If you modify this line from " AddType application/x-httpd-php3 .php3 " to
" AddType application/x-httpd-php .php3 " and restart your apache your
php3-files should be proccessed correctly.
 
Best Robert

-----Ursprüngliche Nachricht-----
Von: Vivek Kumar Agrawal [mailto:vivek.agrawal <email protected>]
Gesendet: Mittwoch, 11. April 2001 14:26
An: PHP
Betreff: [phplib] .php3 file on Apache

Hi
 
Is there a way to run .php3 extension file on Apache Server.
 
Infact .php extension file is running smoothly but when i try
to run file of .php3 extension then it shows file download message box.
 
Please let me know what i should do for this.
 
Any response in this direction is appreciated.
 
 
Regards,
Vivek