From: Rich Bowen Date: Thu, 5 Nov 2009 01:29:29 +0000 (+0000) Subject: I'm actually not terribly thrilled with the notion of an "advanced" doc, X-Git-Tag: 2.3.3~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4896bf4aa7c79d1dc1d8e1288b01e96a161b3bf8;p=thirdparty%2Fapache%2Fhttpd.git I'm actually not terribly thrilled with the notion of an "advanced" doc, because that's such an arbitrary designation, and I'm afraid that it will become a catch-all. So if someone wants to do this differently, I certainly won't object. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832962 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/advanced.html b/docs/manual/rewrite/advanced.html new file mode 100644 index 00000000000..64d0639fcfe --- /dev/null +++ b/docs/manual/rewrite/advanced.html @@ -0,0 +1,5 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: advanced.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/rewrite/advanced.html.en b/docs/manual/rewrite/advanced.html.en new file mode 100644 index 00000000000..91c7c2d5710 --- /dev/null +++ b/docs/manual/rewrite/advanced.html.en @@ -0,0 +1,42 @@ + + + +When not to use mod_rewrite - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.3 > Rewrite

When not to use mod_rewrite

+
+

Available Languages:  en 

+
+ + +

This document supplements the mod_rewrite +reference documentation. It provides +a few advanced techniques and tricks using mod_rewrite.

+ +
Note that many of these examples won't work unchanged in your +particular server configuration, so it's important that you understand +them, rather than merely cutting and pasting the examples into your +configuration.
+ +
+ +
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/rewrite/advanced.xml b/docs/manual/rewrite/advanced.xml new file mode 100644 index 00000000000..86db00018e4 --- /dev/null +++ b/docs/manual/rewrite/advanced.xml @@ -0,0 +1,44 @@ + + + + + + + + + Rewrite + +When not to use mod_rewrite + + + +

This document supplements the mod_rewrite +reference documentation. It provides +a few advanced techniques and tricks using mod_rewrite.

+ +Note that many of these examples won't work unchanged in your +particular server configuration, so it's important that you understand +them, rather than merely cutting and pasting the examples into your +configuration. + +
+Module documentation +mod_rewrite introduction + + +
diff --git a/docs/manual/rewrite/advanced.xml.meta b/docs/manual/rewrite/advanced.xml.meta new file mode 100644 index 00000000000..699d8cfe7d6 --- /dev/null +++ b/docs/manual/rewrite/advanced.xml.meta @@ -0,0 +1,12 @@ + + + + + advanced + /rewrite/ + .. + + + en + + diff --git a/docs/manual/rewrite/index.html.en b/docs/manual/rewrite/index.html.en index 8b33dd78aa1..de8d17eb311 100644 --- a/docs/manual/rewrite/index.html.en +++ b/docs/manual/rewrite/index.html.en @@ -61,6 +61,7 @@ mod_rewrite
  • Using mod_rewrite for redirection and remapping of URLs
  • Using mod_rewrite to control access
  • +
  • Advanced techniques and tricks
  • Flags
  • Technical details
  • diff --git a/docs/manual/rewrite/index.xml b/docs/manual/rewrite/index.xml index e1ee141401f..5c9a2b0526d 100644 --- a/docs/manual/rewrite/index.xml +++ b/docs/manual/rewrite/index.xml @@ -67,6 +67,7 @@ mod_rewrite
  • Using mod_rewrite for redirection and remapping of URLs
  • Using mod_rewrite to control access
  • +
  • Advanced techniques and tricks
  • Flags
  • Technical details