Commit 5c93d596 authored by Daniel Gruno's avatar Daniel Gruno
Browse files

backport r1379321: Note that using rewrites with a file-path substitution in a...

backport r1379321: Note that using rewrites with a file-path substitution in a .htaccess file will look for files relative to your document root, not relative to your file system root.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1379702 13f79535-47bb-0310-9956-ffa450edef68
parent 3b6f951b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1220,7 +1220,9 @@ cannot use <code>$N</code> in the substitution string!
        you specify a <em>Substitution</em> string of
        <code>/www/file.html</code>, then this will be treated as a
        URL-path <em>unless</em> a directory named <code>www</code>
        exists at the root or your file-system, in which case it will
        exists at the root or your file-system (or, in the case of 
        using rewrites in a <code>.htaccess</code> file, relative to
        your document root), in which case it will
        be treated as a file-system path. If you wish other
        URL-mapping directives (such as <directive
        module="mod_alias">Alias</directive>) to be applied to the