in reply to Redirects with query string
What is matched?
The Pattern will initially be matched against the part of the URL after the hostname and port, and before the query string. If you wish to match against the hostname, port, or query string, use a RewriteCond with the %{HTTP_HOST}, %{SERVER_PORT}, or %{QUERY_STRING} variables respectively.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Redirects with query string
by htmanning (Friar) on Dec 02, 2008 at 09:07 UTC | |
by Anonymous Monk on Nov 25, 2015 at 09:05 UTC |