Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by ChrisPepper: http://wiki.apache.org/httpd/Rewrite/WhenNotToUseRewrite The comment on the change is: Tighten up wording slightly. ------------------------------------------------------------------------------ RedirectMatch ^/foo/(.+)/bar http://other.example.com/$1 }}} - Valid uses of mod_rewrite for redirect include: + Appropriate uses of mod_rewrite for redirecting include: * Redirecting based on the query string - * Redirecting based on other request details such as user-agents. + * Redirecting based on other request details such as user-agent. === Aliasing === @@ -54, +54 @@ AliasMatch /foo/(.*)/baz /var/www/bar/$1 }}} - Valid uses of mod_rewrite for aliasing include: + Appropriate uses of mod_rewrite for aliasing include: * Aliasing based on complex rules TODO, validate !AliasMatch example, add more valid uses or expand them :)
