How do I set up apache to process different file extensions with modules?
ie. make it process files with the extension .php3 with the php modules so
that they work properly?
I am using Debian Woody with the 2.4.18 kernel.
Printable View
How do I set up apache to process different file extensions with modules?
ie. make it process files with the extension .php3 with the php modules so
that they work properly?
I am using Debian Woody with the 2.4.18 kernel.
check out the apache docs: (http://httpd.apache.org):
mod_mime: addhandler
I'm not sure about a php handler though...but the apache docs are a good start :)
donworry fixed