Welcome Guest, Not a member yet? Register   Sign In
default htacess causing headaches
#5

[eluser]danmontgomery[/eluser]
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html

Quote:'passthrough|PT' (pass through to next handler)
This flag forces the rewrite engine to set the uri field of the internal request_rec structure to the value of the filename field. This flag is just a hack to enable post-processing of the output of RewriteRule directives, using Alias, ScriptAlias, Redirect, and other directives from various URI-to-filename translators.
Quote:'last|L' (last rule)
Stop the rewriting process here and don't apply any more rewrite rules. This corresponds to the Perl last command or the break command in C. Use this flag to prevent the currently rewritten URL from being rewritten further by following rules. Remember, however, that if the RewriteRule generates an internal redirect (which frequently occurs when rewriting in a per-directory context), this will reinject the request and will cause processing to be repeated starting from the first RewriteRule.

The 404 page might be in browser cache.


Messages In This Thread
default htacess causing headaches - by El Forum - 03-24-2010, 10:38 AM
default htacess causing headaches - by El Forum - 03-24-2010, 10:49 AM
default htacess causing headaches - by El Forum - 03-24-2010, 11:20 AM
default htacess causing headaches - by El Forum - 03-24-2010, 12:02 PM
default htacess causing headaches - by El Forum - 03-24-2010, 01:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB