From: Rich Bowen Date: Tue, 8 Dec 2009 23:17:49 +0000 (+0000) Subject: We're going to need a separate document which discusses the question of X-Git-Tag: 2.3.5~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1322b469d2eee7a2799d5907aabee8870fe4315b;p=apache We're going to need a separate document which discusses the question of using mod_rewrite in .htaccess files - both the fact that it's not required (as the current myth seems to hold) and the fact that things are subtly more complicated in per-dir context. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@888624 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/htaccess.xml b/docs/manual/rewrite/htaccess.xml new file mode 100644 index 0000000000..313aaba81e --- /dev/null +++ b/docs/manual/rewrite/htaccess.xml @@ -0,0 +1,45 @@ + + + + + + + + + Rewrite + +mod_rewrite and .htaccess files + + + +

This document supplements the mod_rewrite +reference documentation. It describes +the way that the rules change when you use mod_rewrite in .htaccess files, +and how to deal with these changes.

+ +
+Module documentation +mod_rewrite introduction +Redirection and remapping + +Virtual hosts +Proxying +Advanced techniques and tricks +When not to use mod_rewrite + +