diff options
author | jake%acutex.net <> | 2002-01-19 08:26:39 +0100 |
---|---|---|
committer | jake%acutex.net <> | 2002-01-19 08:26:39 +0100 |
commit | d7f381254270028c7d239463521005f576575151 (patch) | |
tree | 5b931a13bc0e87145649ae1d4bb1ca28cdb81af8 /docs/html/rewrite.html | |
parent | ad00e1f08f41931963b741d03bf20b082c7ae8f4 (diff) | |
download | bugzilla-d7f381254270028c7d239463521005f576575151.tar.gz bugzilla-d7f381254270028c7d239463521005f576575151.tar.xz |
Latest version of compiled docs (picking up recent SGML changes).
Diffstat (limited to 'docs/html/rewrite.html')
-rw-r--r-- | docs/html/rewrite.html | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/html/rewrite.html b/docs/html/rewrite.html index 053474069..0fda21998 100644 --- a/docs/html/rewrite.html +++ b/docs/html/rewrite.html @@ -19,7 +19,7 @@ REL="NEXT" TITLE="The setperl.csh Utility" HREF="setperl.html"></HEAD ><BODY -CLASS="SECTION" +CLASS="section" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" @@ -66,19 +66,19 @@ HREF="setperl.html" ALIGN="LEFT" WIDTH="100%"></DIV ><DIV -CLASS="SECTION" +CLASS="section" ><H1 -CLASS="SECTION" +CLASS="section" ><A -NAME="REWRITE" +NAME="rewrite" >D.1. Apache <TT -CLASS="FILENAME" +CLASS="filename" >mod_rewrite</TT > magic</A ></H1 ><P >Apache's <TT -CLASS="FILENAME" +CLASS="filename" >mod_rewrite</TT > module lets you do some truly amazing things with URL rewriting. Here are a couple of examples of what you can do.</P ><P @@ -87,9 +87,9 @@ CLASS="FILENAME" TYPE="1" ><LI ><P -> Make it so if someone types +> Make it so if someone types <TT -CLASS="COMPUTEROUTPUT" +CLASS="computeroutput" >http://www.foo.com/12345</TT >, Bugzilla spits back @@ -99,17 +99,19 @@ CLASS="COMPUTEROUTPUT" ><TABLE BORDER="0" BGCOLOR="#E0E0E0" -WIDTH="90%" +WIDTH="100%" ><TR ><TD ><FONT COLOR="#000000" ><PRE -CLASS="PROGRAMLISTING" -><VirtualHost 12.34.56.78> +CLASS="programlisting" +> +<VirtualHost 12.34.56.78> RewriteEngine On RewriteRule ^/([0-9]+)$ http://foo.bar.com/show_bug.cgi?id=$1 [L,R] </VirtualHost> + </PRE ></FONT ></TD |