diff options
author | Joshua Slive <slive@apache.org> | 2008-03-12 16:42:52 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2008-03-12 16:42:52 +0100 |
commit | 17bcbb701afbb28d0616e4f6cbd65b67fc77b406 (patch) | |
tree | 0b13cf248c0bcb7e5b0e9a2d6b248f5fbf4ebdd7 /docs/manual/rewrite/index.xml | |
parent | - drop korean rewrite guide as well as it can't be built properly anymore (diff) | |
download | apache2-17bcbb701afbb28d0616e4f6cbd65b67fc77b406.tar.xz apache2-17bcbb701afbb28d0616e4f6cbd65b67fc77b406.zip |
Flush out the rewrite docs a little. In particular:
- rename flags to rewrite_flags for consistency
- note that flags is not comprehensive
- link up flags to the index page
- change the seealso links on the index page to be other useful
links rather than a repeat of the links elsewhere on the page
- add some meat to the intro doc -- some sections still need more content
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636374 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite/index.xml')
-rw-r--r-- | docs/manual/rewrite/index.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/manual/rewrite/index.xml b/docs/manual/rewrite/index.xml index 3eef041276..d91cd8196e 100644 --- a/docs/manual/rewrite/index.xml +++ b/docs/manual/rewrite/index.xml @@ -76,24 +76,21 @@ </summary> -<seealso><a href="../mod/mod_rewrite.html">mod_rewrite reference -documentation</a></seealso> -<seealso><a href="rewrite_intro.html">Introduction</a></seealso> -<seealso><a href="rewrite_tech.html">Technical details</a></seealso> -<seealso><a href="rewrite_guide.html">Rewrite Guide - useful examples</a></seealso> -<seealso><a href="rewrite_guide_advanced.html">Advanced Rewrite Guide - -advanced useful examples</a></seealso> +<seealso><a href="../urlmapping.html">Mapping URLs to the Filesystem</a></seealso> +<seealso><a href="http://wiki.apache.org/httpd/Rewrite">mod_rewrite +wiki</a></seealso> +<seealso><a href="../glossary.html">Glossary</a></seealso> <section id="documentation"><title>Documentation</title> <ul> <li><a href="../mod/mod_rewrite.html">mod_rewrite reference documentation</a></li> <li><a href="rewrite_intro.html">Introduction</a></li> +<li><a href="rewrite_flags.html">Flags</a></li> <li><a href="rewrite_tech.html">Technical details</a></li> <li><a href="rewrite_guide.html">Rewrite Guide - useful examples</a></li> <li><a href="rewrite_guide_advanced.html">Advanced Rewrite Guide - more useful examples</a></li> -<li><a href="../glossary.html">Glossary</a></li> </ul> </section> |