[EMAIL PROTECTED] wrote:
Add documentation of ModMimeUsePathInfo directive.
(When I did a rebuild, it wanted to regenerate every file, so I'm not
exactly sure what else is going to be checked in. Did someone change
a master file without re-running the transformations?)
I believe it is just that most of us avoid committing non-english transformations. Technically, there shouldn't be any harm. But I usually restrict my commits to .html.en just because there is no way for me to verify the changes to other docs.
+ <p>If you have a request for /bar/foo.html where /bar is a Location and + ModMimeUsePathInfo is on, mod_mime will treat the incoming request as + /bar/foo.html and directives like + <code>AddOutputFilter INCLUDES .shtml</code> will add the INCLUDES + filter to the request. If ModMimeUsePathInfo is not set, the includes + filter will not be added.
I think in that example it should be <code>AddOutputFilter INCLUDES .html</code> rather than .shtml.
Joshua.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
