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>


falk


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to