On 10/16/07, Falk Hackenberger <[EMAIL PROTECTED]> wrote: > Hello, > > some user of apache detect that > if use AddType like > > AddType application/x-httpd-php .php > > that also files as > foo.php.bar will be handeld as a application/x-httpd-php. > > He that this is handeld as DefaultType. > I think this to. > > I think it is necessary to document this behavior more clearly, with the > note off the difference to: > > <Files ~ "\.php$"> > ForceType application/x-httpd-php > </Files>
This is already present: http://httpd.apache.org/docs/2.2/mod/mod_mime.html#multipleext and linked from every Add* directive. Joshua. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
