1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Some minor fixups on the rewrite guide. Add proper breadcrumb links;

Fix internal links; Flaten the section structure so that all
recipes appear in the top menu.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636043 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joshua Slive
2008-03-11 18:13:08 +00:00
parent 5a58667df0
commit 32f8e5e5ee
8 changed files with 116 additions and 159 deletions

View File

@@ -14,9 +14,9 @@
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
<p class="apache">Apache HTTP Server Version 2.3</p>
<img alt="" src="../images/feather.gif" /></div>
<div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
<div id="path">
<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide</h1>
<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a> &gt; <a href="./">Rewrite</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide.html" title="English">&nbsp;en&nbsp;</a></p>
</div>
@@ -50,11 +50,15 @@
<li><img alt="" src="../images/down.gif" /> <a href="#uservhosts">Virtual User Hosts</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#redirecthome">Redirect Homedirs For Foreigners</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#redirectanchors">Redirecting Anchors</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#time">Time-Dependent Rewriting</a></li>
<li><img alt="" src="../images/down.gif" /> Backward Compatibility for YYYY to XXXX migration</li>
<li><img alt="" src="../images/down.gif" /> <a href="#content">Content Handling</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#access">Access Restriction</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#other">Other</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#time-dependent">Time-Dependent Rewriting</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#backward-compatibility">Backward Compatibility for YYYY to XXXX migration</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#old-to-new">From Old to New (intern)</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#old-to-new-extern">From Old to New (extern)</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#static-to-dynamic">From Static to Dynamic</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#blocking-of-robots">Blocking of Robots</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#blocked-inline-images">Blocked Inline-Images</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#proxy-deny">Proxy Deny</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#external-rewriting">External Rewriting Engine</a></li>
</ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module
documentation</a></li><li><a href="rewrite_intro.html">mod_rewrite
introduction</a></li><li><a href="rewrite_guide_advanced.html">Advanced Rewrite Guide - advanced
@@ -418,7 +422,7 @@ RewriteRule ^(/~.+) http://www.somewhere.com/$1 [R,L]
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="time" id="time">Time-Dependent Rewriting</a></h2>
<h2><a name="time-dependent" id="time-dependent">Time-Dependent Rewriting</a></h2>
@@ -459,7 +463,7 @@ RewriteRule ^foo\.html$ foo.night.html
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2>Backward Compatibility for YYYY to XXXX migration</h2>
<h2><a name="backward-compatibility" id="backward-compatibility">Backward Compatibility for YYYY to XXXX migration</a></h2>
@@ -502,11 +506,7 @@ RewriteRule ^(.*)$ $1.html
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="content" id="content">Content Handling</a></h2>
<h3>From Old to New (intern)</h3>
<h2><a name="old-to-new" id="old-to-new">From Old to New (intern)</a></h2>
@@ -535,9 +535,9 @@ RewriteRule ^<strong>foo</strong>\.html$ <strong>bar</strong>.html
</dd>
</dl>
<h3>From Old to New (extern)</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="old-to-new-extern" id="old-to-new-extern">From Old to New (extern)</a></h2>
@@ -567,9 +567,9 @@ RewriteRule ^<strong>foo</strong>\.html$ <strong>bar</strong>.html [<strong
</dd>
</dl>
<h3>From Static to Dynamic</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="static-to-dynamic" id="static-to-dynamic">From Static to Dynamic</a></h2>
@@ -601,14 +601,9 @@ RewriteRule ^foo\.<strong>html</strong>$ foo.<strong>cgi</strong> [H=<stron
</dd>
</dl>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="access" id="access">Access Restriction</a></h2>
<h3>Blocking of Robots</h3>
<h2><a name="blocking-of-robots" id="blocking-of-robots">Blocking of Robots</a></h2>
@@ -644,9 +639,9 @@ RewriteRule ^<strong>/~quux/foo/arc/</strong>.+ - [<strong>F</strong>]
</dd>
</dl>
<h3>Blocked Inline-Images</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="blocked-inline-images" id="blocked-inline-images">Blocked Inline-Images</a></h2>
@@ -682,9 +677,9 @@ RewriteRule <strong>^inlined-in-foo\.gif$</strong> - [F
</dd>
</dl>
<h3>Proxy Deny</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="proxy-deny" id="proxy-deny">Proxy Deny</a></h2>
@@ -719,15 +714,9 @@ RewriteRule !^http://[^/.]\.mydomain.com.* - [F]
</dd>
</dl>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="other" id="other">Other</a></h2>
<h3>External Rewriting Engine</h3>
<h2><a name="external-rewriting" id="external-rewriting">External Rewriting Engine</a></h2>
@@ -779,9 +768,7 @@ while (&lt;&gt;) {
</dd>
</dl>
</div></div>
</div></div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide.html" title="English">&nbsp;en&nbsp;</a></p>
</div><div id="footer">

View File

@@ -21,7 +21,7 @@
-->
<manualpage metafile="rewrite_guide.xml.meta">
<parentdocument href="./index.html" />
<parentdocument href="./">Rewrite</parentdocument>
<title>URL Rewriting Guide</title>
@@ -413,7 +413,7 @@ RewriteRule ^(/~.+) http://www.somewhere.com/$1 [R,L]
</section>
<section id="time">
<section id="time-dependent">
<title>Time-Dependent Rewriting</title>
@@ -454,7 +454,7 @@ RewriteRule ^foo\.html$ foo.night.html
</section>
<section>
<section id="backward-compatibility">
<title>Backward Compatibility for YYYY to XXXX migration</title>
@@ -497,11 +497,7 @@ RewriteRule ^(.*)$ $1.html
</section>
<section id="content">
<title>Content Handling</title>
<section>
<section id="old-to-new">
<title>From Old to New (intern)</title>
@@ -532,7 +528,7 @@ RewriteRule ^<strong>foo</strong>\.html$ <strong>bar</strong>.html
</section>
<section>
<section id="old-to-new-extern">
<title>From Old to New (extern)</title>
@@ -564,7 +560,7 @@ RewriteRule ^<strong>foo</strong>\.html$ <strong>bar</strong>.html [<strong
</section>
<section>
<section id="static-to-dynamic">
<title>From Static to Dynamic</title>
@@ -597,13 +593,8 @@ RewriteRule ^foo\.<strong>html</strong>$ foo.<strong>cgi</strong> [H=<stron
</dl>
</section>
</section>
<section id="access">
<title>Access Restriction</title>
<section>
<section id="blocking-of-robots">
<title>Blocking of Robots</title>
@@ -641,7 +632,7 @@ RewriteRule ^<strong>/~quux/foo/arc/</strong>.+ - [<strong>F</strong>]
</section>
<section>
<section id="blocked-inline-images">
<title>Blocked Inline-Images</title>
@@ -679,7 +670,7 @@ RewriteRule <strong>^inlined-in-foo\.gif$</strong> - [F
</section>
<section>
<section id="proxy-deny">
<title>Proxy Deny</title>
@@ -716,13 +707,7 @@ RewriteRule !^http://[^/.]\.mydomain.com.* - [F]
</section>
</section>
<section id="other">
<title>Other</title>
<section>
<section id="external-rewriting">
<title>External Rewriting Engine</title>
@@ -778,7 +763,5 @@ while (&lt;&gt;) {
</section>
</section>
</manualpage>

View File

@@ -14,9 +14,9 @@
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
<p class="apache">Apache HTTP Server Version 2.3</p>
<img alt="" src="../images/feather.gif" /></div>
<div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
<div id="path">
<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide - Advanced topics</h1>
<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a> &gt; <a href="./">Rewrite</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide - Advanced topics</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide_advanced.html" title="English">&nbsp;en&nbsp;</a></p>
</div>
@@ -44,9 +44,20 @@
<li><img alt="" src="../images/down.gif" /> <a href="#structuredhomedirs">Structured Homedirs</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#filereorg">Filesystem Reorganization</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#redirect404">Redirect Failing URLs To Other Webserver</a></li>
<li><img alt="" src="../images/down.gif" /> Archive Access Multiplexer</li>
<li><img alt="" src="../images/down.gif" /> <a href="#content">Content Handling</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#access">Access Restriction</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#archive-access-multiplexer">Archive Access Multiplexer</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#browser-depedent-content">Browser Dependent Content</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#dynamic-mirror">Dynamic Mirror</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#reverse-dynamic-mirror">Reverse Dynamic Mirror</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#retrieve-missing-data">Retrieve Missing Data from Intranet</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#load-balancing">Load Balancing</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#new-mime-type">New MIME-type, New Service</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#on-the-fly-content">On-the-fly Content-Regeneration</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#autorefresh">Document With Autorefresh</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#mass-virtual-hosting">Mass Virtual Hosting</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#host-deny">Host Deny</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#proxy-deny">Proxy Deny</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#special-authentication">Special Authentication Variant</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#referer-deflector">Referer-based Deflector</a></li>
</ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module
documentation</a></li><li><a href="rewrite_intro.html">mod_rewrite
introduction</a></li><li><a href="rewrite_guide.html">Rewrite Guide - useful
@@ -361,7 +372,7 @@ RewriteRule ^(.+) http://<strong>webserverB</strong>.dom/$1
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2>Archive Access Multiplexer</h2>
<h2><a name="archive-access-multiplexer" id="archive-access-multiplexer">Archive Access Multiplexer</a></h2>
@@ -414,11 +425,7 @@ com ftp://ftp.cxan.com/CxAN/
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="content" id="content">Content Handling</a></h2>
<h3>Browser Dependent Content</h3>
<h2><a name="browser-depedent-content" id="browser-depedent-content">Browser Dependent Content</a></h2>
@@ -460,9 +467,9 @@ RewriteRule ^foo\.html$ foo.<strong>32</strong>.html [<strong>L
</dd>
</dl>
<h3>Dynamic Mirror</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="dynamic-mirror" id="dynamic-mirror">Dynamic Mirror</a></h2>
@@ -506,9 +513,9 @@ RewriteRule ^<strong>usa-news\.html</strong>$ <strong>http://www.quux-corp.
</dd>
</dl>
<h3>Reverse Dynamic Mirror</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="reverse-dynamic-mirror" id="reverse-dynamic-mirror">Reverse Dynamic Mirror</a></h2>
@@ -528,9 +535,9 @@ RewriteRule ^http://www\.remotesite\.com/(.*)$ /mirror/of/remotesite/$1
</dd>
</dl>
<h3>Retrieve Missing Data from Intranet</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="retrieve-missing-data" id="retrieve-missing-data">Retrieve Missing Data from Intranet</a></h2>
@@ -576,9 +583,9 @@ RewriteRule ^/home/([^/]+)/.www/?(.*) http://<strong>www2</strong>.quux-corp.dom
</dd>
</dl>
<h3>Load Balancing</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="load-balancing" id="load-balancing">Load Balancing</a></h2>
@@ -727,9 +734,9 @@ while (&lt;STDIN&gt;) {
</dd>
</dl>
<h3>New MIME-type, New Service</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="new-mime-type" id="new-mime-type">New MIME-type, New Service</a></h2>
@@ -811,9 +818,9 @@ HREF="*"
</dd>
</dl>
<h3>On-the-fly Content-Regeneration</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="on-the-fly-content" id="on-the-fly-content">On-the-fly Content-Regeneration</a></h2>
@@ -854,9 +861,9 @@ RewriteRule ^page\.<strong>html</strong>$ page.<strong>cgi</strong> [
</dd>
</dl>
<h3>Document With Autorefresh</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="autorefresh" id="autorefresh">Document With Autorefresh</a></h2>
@@ -1006,9 +1013,9 @@ exit(0);
</dd>
</dl>
<h3>Mass Virtual Hosting</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="mass-virtual-hosting" id="mass-virtual-hosting">Mass Virtual Hosting</a></h2>
@@ -1092,15 +1099,9 @@ RewriteRule ^/(.*)$ %1/$1 [E=VHOST:${lowercase:%{HTTP_HOST}}]
</dd>
</dl>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="access" id="access">Access Restriction</a></h2>
<h3>Host Deny</h3>
<h2><a name="host-deny" id="host-deny">Host Deny</a></h2>
@@ -1153,9 +1154,9 @@ bsdti1.sdm.de -
</dd>
</dl>
<h3>Proxy Deny</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="proxy-deny" id="proxy-deny">Proxy Deny</a></h2>
@@ -1190,9 +1191,9 @@ RewriteRule !^http://[^/.]\.mydomain.com.* - [F]
</dd>
</dl>
<h3>Special Authentication Variant</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="special-authentication" id="special-authentication">Special Authentication Variant</a></h2>
@@ -1222,9 +1223,9 @@ RewriteRule ^/~quux/only-for-friends/ - [F]
</dd>
</dl>
<h3>Referer-based Deflector</h3>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="referer-deflector" id="referer-deflector">Referer-based Deflector</a></h2>
@@ -1274,9 +1275,7 @@ http://www.badguys.com/bad/index3.html http://somewhere.com/
</dd>
</dl>
</div></div>
</div></div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide_advanced.html" title="English">&nbsp;en&nbsp;</a></p>
</div><div id="footer">

View File

@@ -21,7 +21,7 @@
-->
<manualpage metafile="rewrite_guide_advanced.xml.meta">
<parentdocument href="./index.html" />
<parentdocument href="./">Rewrite</parentdocument>
<title>URL Rewriting Guide - Advanced topics</title>
@@ -364,7 +364,7 @@ RewriteRule ^(.+) http://<strong>webserverB</strong>.dom/$1
</section>
<section>
<section id="archive-access-multiplexer">
<title>Archive Access Multiplexer</title>
@@ -418,11 +418,7 @@ com ftp://ftp.cxan.com/CxAN/
</section>
<section id="content">
<title>Content Handling</title>
<section>
<section id="browser-depedent-content">
<title>Browser Dependent Content</title>
@@ -466,7 +462,7 @@ RewriteRule ^foo\.html$ foo.<strong>32</strong>.html [<strong>L
</section>
<section>
<section id="dynamic-mirror">
<title>Dynamic Mirror</title>
@@ -512,7 +508,7 @@ RewriteRule ^<strong>usa-news\.html</strong>$ <strong>http://www.quux-corp.
</section>
<section>
<section id="reverse-dynamic-mirror">
<title>Reverse Dynamic Mirror</title>
@@ -534,7 +530,7 @@ RewriteRule ^http://www\.remotesite\.com/(.*)$ /mirror/of/remotesite/$1
</section>
<section>
<section id="retrieve-missing-data">
<title>Retrieve Missing Data from Intranet</title>
@@ -582,7 +578,7 @@ RewriteRule ^/home/([^/]+)/.www/?(.*) http://<strong>www2</strong>.quux-corp.dom
</section>
<section>
<section id="load-balancing">
<title>Load Balancing</title>
@@ -734,7 +730,7 @@ while (&lt;STDIN&gt;) {
</section>
<section>
<section id="new-mime-type">
<title>New MIME-type, New Service</title>
@@ -818,7 +814,7 @@ HREF="*"
</section>
<section>
<section id="on-the-fly-content">
<title>On-the-fly Content-Regeneration</title>
@@ -861,7 +857,7 @@ RewriteRule ^page\.<strong>html</strong>$ page.<strong>cgi</strong> [
</section>
<section>
<section id="autorefresh">
<title>Document With Autorefresh</title>
@@ -1013,7 +1009,7 @@ exit(0);
</section>
<section>
<section id="mass-virtual-hosting">
<title>Mass Virtual Hosting</title>
@@ -1100,13 +1096,7 @@ RewriteRule ^/(.*)$ %1/$1 [E=VHOST:${lowercase:%{HTTP_HOST}}]
</section>
</section>
<section id="access">
<title>Access Restriction</title>
<section>
<section id="host-deny">
<title>Host Deny</title>
@@ -1161,7 +1151,7 @@ bsdti1.sdm.de -
</section>
<section>
<section id="proxy-deny">
<title>Proxy Deny</title>
@@ -1198,7 +1188,7 @@ RewriteRule !^http://[^/.]\.mydomain.com.* - [F]
</section>
<section>
<section id="special-authentication">
<title>Special Authentication Variant</title>
@@ -1230,7 +1220,7 @@ RewriteRule ^/~quux/only-for-friends/ - [F]
</section>
<section>
<section id="referer-deflector">
<title>Referer-based Deflector</title>
@@ -1282,7 +1272,5 @@ http://www.badguys.com/bad/index3.html http://somewhere.com/
</section>
</section>
</manualpage>

View File

@@ -14,9 +14,9 @@
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
<p class="apache">Apache HTTP Server Version 2.3</p>
<img alt="" src="../images/feather.gif" /></div>
<div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
<div id="path">
<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite Introduction</h1>
<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a> &gt; <a href="./">Rewrite</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite Introduction</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/rewrite/rewrite_intro.html" title="English">&nbsp;en&nbsp;</a></p>
</div>

View File

@@ -21,7 +21,7 @@
-->
<manualpage metafile="rewrite_intro.xml.meta">
<parentdocument href="./index.html"/>
<parentdocument href="./">Rewrite</parentdocument>
<title>Apache mod_rewrite Introduction</title>

View File

@@ -14,9 +14,9 @@
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
<p class="apache">Apache HTTP Server Version 2.3</p>
<img alt="" src="../images/feather.gif" /></div>
<div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
<div id="path">
<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite Technical Details</h1>
<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a> &gt; <a href="./">Rewrite</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite Technical Details</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/rewrite/rewrite_tech.html" title="English">&nbsp;en&nbsp;</a></p>
</div>

View File

@@ -21,7 +21,7 @@
-->
<manualpage metafile="rewrite_tech.xml.meta">
<parentdocument href="./index.html"/>
<parentdocument href="./">Rewrite</parentdocument>
<title>Apache mod_rewrite Technical Details</title>