Re: docs about AddType vs. ForceType

2007-10-16 Thread apache
Joshua Slive schrieb: > On 10/16/07, Falk Hackenberger <[EMAIL PROTECTED]> wrote: >> 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

Re: docs about AddType vs. ForceType

2007-10-16 Thread Joshua Slive
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 th

docs about AddType vs. ForceType

2007-10-16 Thread Falk Hackenberger
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,