summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_rewrite.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-02-05 20:05:18 +0000
committerKen Coar <coar@apache.org>1998-02-05 20:05:18 +0000
commit80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7 (patch)
treed84bf79bbaa000a17174059724a09ff6219e8245 /docs/manual/mod/mod_rewrite.html
parent3ff603fdf59d7b3247bdd60b9054095cded19258 (diff)
downloadhttpd-80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7.tar.gz
Another pass at the normalisation of the HTML tags. Some
corrections coming up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.html')
-rw-r--r--docs/manual/mod/mod_rewrite.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html
index 854d41edd9..2a4e25cec1 100644
--- a/docs/manual/mod/mod_rewrite.html
+++ b/docs/manual/mod/mod_rewrite.html
@@ -17,7 +17,7 @@
>
<!--#include virtual="header.html" -->
-<h1 ALIGN="CENTER">Module mod_rewrite</H1>
+<H1 ALIGN="CENTER">Module mod_rewrite</H1>
This module is contained in the <CODE>mod_rewrite.c</CODE> file, with Apache
1.2 and later. It provides a rule-based rewriting engine to rewrite requested
@@ -28,7 +28,7 @@ in the server build Configuration file:
AddModule modules/standard/mod_rewrite.o
</PRE>
-<h2>Summary</h2>
+<H2>Summary</H2>
This module uses a rule-based rewriting engine (based on a
regular-expression parser) to rewrite requested URLs on the fly.
@@ -61,7 +61,7 @@ gifted exclusively to the The Apache Group in July 1997 by
<!--/%hypertext -->
<P>
-<h2>Directives</h2>
+<H2>Directives</H2>
<UL>
<LI><A HREF="#RewriteEngine">RewriteEngine</A>
@@ -85,7 +85,7 @@ gifted exclusively to the The Apache Group in July 1997 by
</A>
</CENTER>
-<A name="RewriteEngine"><h3>RewriteEngine</h3></A>
+<A name="RewriteEngine"><H3>RewriteEngine</H3></A>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
@@ -119,7 +119,7 @@ HREF="#RewriteOptions">RewriteOptions inherit</A> is enabled.
<hr noshade size=1>
<P>
-<A name="RewriteOptions"><h3>RewriteOptions</h3></A>
+<A name="RewriteOptions"><H3>RewriteOptions</H3></A>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
@@ -151,7 +151,7 @@ strings can be one of the following:
<hr noshade size=1>
<P>
-<A name="RewriteLog"><h3>RewriteLog</h3></A>
+<A name="RewriteLog"><H3>RewriteLog</H3></A>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
@@ -209,7 +209,7 @@ RewriteLog "/usr/local/var/apache/logs/rewrite.log"
<hr noshade size=1>
<P>
-<A name="RewriteLogLevel"><h3>RewriteLogLevel</h3></A>
+<A name="RewriteLogLevel"><H3>RewriteLogLevel</H3></A>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
@@ -254,7 +254,7 @@ RewriteLogLevel 3
<hr noshade size=1>
<P>
-<A name="RewriteMap"><h3>RewriteMap</h3></A>
+<A name="RewriteMap"><H3>RewriteMap</H3></A>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
@@ -405,7 +405,7 @@ only happens once!
<hr noshade size=1>
<P>
-<A name="RewriteBase"><h3>RewriteBase</h3></A>
+<A name="RewriteBase"><H3>RewriteBase</H3></A>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
@@ -517,7 +517,7 @@ sure the design and implementation is correct.
<hr noshade size=1>
<P>
-<A name="RewriteCond"><h3>RewriteCond</h3></A>
+<A name="RewriteCond"><H3>RewriteCond</H3></A>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
@@ -822,7 +822,7 @@ use any other browser you get the standard homepage.
<hr noshade size=1>
<P>
-<A name="RewriteRule"><h3>RewriteRule</h3></A>
+<A name="RewriteRule"><H3>RewriteRule</H3></A>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
@@ -1293,7 +1293,7 @@ RewriteRule ^/([^/]+)/~([^/]+)/(.*)$ /u/${real-to-user:$2|nobody}/$3.$1
</CENTER>
<A name="EnvVar">
-<h2>Environment Variables</h2>
+<H2>Environment Variables</H2>
</A>
This module keeps track of two additional (non-standard) CGI/SSI environment