You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by André Malo <nd...@perlig.de> on 2004/02/09 21:35:16 UTC

Re: FileSystem v.s. Other Resources [was configurable Location?]

* "William A. Rowe, Jr." <wr...@rowe-clan.net> wrote:

> >The only issue in mod_rewrite could be the Type/Handler forcing which
> >occurs also in fixup, where is the right place for such things (to force
> >something).
> 
> Don't they result in internal redirects?  In that case there is nothing
> wrong when the internal redirect starts a new request cycle with the
> modified uri/filename.

Type or handler forcing just does ap_set_content_type or sets r->handler
respectively. (like ForceType does).

nd