09-04-2014, 12:46 PM
|
|
It's 42
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
|
Quote:
Use of the [P] flag causes the request to be handled by mod_proxy, and handled via a proxy request.
The [L] flag causes mod_rewrite to stop processing the rule set. In most contexts, this means that if the rule matches, no further rules will be processed
|
http://httpd.apache.org/docs/current/rewrite/flags.html
http://stackoverflow.com/questions/8...rite-hash-tags
Quote:
N.B. The NE (no escape) flag is important here, otherwise the hash will get URL escaped to %23.
|
|
|
|