From: Rich Bowen mod_rewrite maps a URL to a filesystem
path. However, it can also be used to redirect one URL to another URL, or
to invoke an internal proxy fetch.
mod_rewrite provides a flexible and powerful way to
manipulate URLs using an unlimited number of rules. Each rule can have an
unlimited number of attached rule conditions, to allow you to rewrite URL
based on server variables, environment variables, HTTP headers, or time
stamps.
mod_rewrite operates on the full URL path, including the
- path-info section. A rewrite rule can be invoked in
- httpd.conf or in .htaccess. The path generated
+
+
mod_rewrite can operate on the full URL-path, or any
+ portion of it, including the PATH_INFO or QUERY_STRING. It can also inspect
+ other values, such as headers, cookies, environment variables.
A rewrite rule + can be invoked in the server configuration files, or in per-directory context. The path generated by a rewrite rule can include a query string, or can lead to internal sub-processing, external request redirection, or internal proxy throughput.
-A regular expression only needs quoting if it contains unescaped space, - in which case single and double quotes are equivalent.
-Further details, discussion, and examples, are provided in the detailed mod_rewrite documentation.
diff --git a/docs/manual/mod/mod_rewrite.xml.fr b/docs/manual/mod/mod_rewrite.xml.fr index d02df57e72..a03c69680e 100644 --- a/docs/manual/mod/mod_rewrite.xml.fr +++ b/docs/manual/mod/mod_rewrite.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/programs/apachectl.xml.fr b/docs/manual/programs/apachectl.xml.fr index 615ddca07a..b5a0b32a66 100644 --- a/docs/manual/programs/apachectl.xml.fr +++ b/docs/manual/programs/apachectl.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/programs/apachectl.xml.ko b/docs/manual/programs/apachectl.xml.ko index 02dab098c0..af1943a086 100644 --- a/docs/manual/programs/apachectl.xml.ko +++ b/docs/manual/programs/apachectl.xml.ko @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/programs/htcacheclean.xml.ko b/docs/manual/programs/htcacheclean.xml.ko index 08d7d497c6..515a06d040 100644 --- a/docs/manual/programs/htcacheclean.xml.ko +++ b/docs/manual/programs/htcacheclean.xml.ko @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/programs/htdbm.xml.tr b/docs/manual/programs/htdbm.xml.tr index 2cf945aef3..36cf5852bd 100644 --- a/docs/manual/programs/htdbm.xml.tr +++ b/docs/manual/programs/htdbm.xml.tr @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/programs/htdigest.xml.ko b/docs/manual/programs/htdigest.xml.ko index 95f31442ce..16b77f7b0c 100644 --- a/docs/manual/programs/htdigest.xml.ko +++ b/docs/manual/programs/htdigest.xml.ko @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/programs/htpasswd.xml.ko b/docs/manual/programs/htpasswd.xml.ko index 698fd953b7..496cb5a88e 100644 --- a/docs/manual/programs/htpasswd.xml.ko +++ b/docs/manual/programs/htpasswd.xml.ko @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/programs/httpd.xml.ko b/docs/manual/programs/httpd.xml.ko index e61231c672..2931764bd8 100644 --- a/docs/manual/programs/httpd.xml.ko +++ b/docs/manual/programs/httpd.xml.ko @@ -1,7 +1,7 @@ - + + -
Available Languages: de | en | @@ -59,7 +59,7 @@ attach to the rules.
Since mod_rewrite is so powerful, it can indeed be rather
- complex. This document supplements the reference documentation, and
+ complex. This guide supplements the reference documentation, and
attempts to allay some of that complexity, and provide highly
annotated examples of common scenarios that you may handle with
mod_rewrite. But we also attempt to show you when you should not
diff --git a/docs/manual/rewrite/index.xml.de b/docs/manual/rewrite/index.xml.de
index 5216e11e83..ff6e359cc3 100644
--- a/docs/manual/rewrite/index.xml.de
+++ b/docs/manual/rewrite/index.xml.de
@@ -1,7 +1,7 @@
-
+
+
+
diff --git a/docs/manual/rewrite/index.xml.ja b/docs/manual/rewrite/index.xml.ja
index ff0f4299a9..98fa0d26a1 100644
--- a/docs/manual/rewrite/index.xml.ja
+++ b/docs/manual/rewrite/index.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+
+