[GLLUG] PHP: Process Non-Standard Extentions

Brad Fears brad@mtsdev.com
10 Jun 2002 22:21:29 -0400


It's in the config file for Apache (httpd.conf).  Look for the lines:

AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3

Add whatever else in the same fashion, and restart apache to take
effect.

--Brad Fears

On Mon, 2002-06-10 at 21:41, Stephen Baker wrote:
> Hello All!
>  
> I am running a server with RedHat 7.3 and PHP 4.?.? .
>  
> I need to be set the server to process more extentions than just *.php
> and *.php3 .
> Does anyone know which file I need to change and what I need to change
> to accomplish this?
>  
> I would ideally like to change it to send all files through the PHP
> processor, but just a few extra
> Extentions would be nice for now.
>  
> TY -- Steve