]> granicus.if.org Git - apache/blob - docs/manual/rewrite/htaccess.xml
We're going to need a separate document which discusses the question of
[apache] / docs / manual / rewrite / htaccess.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
4 <!-- $LastChangedRevision: 882992 $ -->
5
6 <!--
7  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
22
23 <manualpage metafile="htaccess.xml.meta">
24   <parentdocument href="./">Rewrite</parentdocument>
25
26 <title>mod_rewrite and .htaccess files</title>
27
28 <summary>
29
30 <p>This document supplements the <module>mod_rewrite</module> 
31 <a href="../mod/mod_rewrite.html">reference documentation</a>. It describes
32 the way that the rules change when you use mod_rewrite in .htaccess files,
33 and how to deal with these changes.</p>
34
35 </summary>
36 <seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso>
37 <seealso><a href="intro.html">mod_rewrite introduction</a></seealso>
38 <seealso><a href="remapping.html">Redirection and remapping</a></seealso>
39 <!-- <seealso><a href="access.html">Controlling access</a></seealso> -->
40 <seealso><a href="vhosts.html">Virtual hosts</a></seealso>
41 <seealso><a href="proxy.html">Proxying</a></seealso>
42 <seealso><a href="advanced.html">Advanced techniques and tricks</a></seealso>
43 <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
44
45 </manualpage>