directives are evaluated. This allows us to test for the existence
of the the original (<code>document.html</code>) and target
(<code>document.php</code>) files using the same base filename.</p>
+ <p>This ruleset is designed to use in a per-directory context (In a
+ <Directory> block or in a .htaccess file), so that the
+ <code>-f</code> checks are looking at the correct directory path.
+ You may need to set a <code class="directive"><a href="../mod/mod_rewite.html#rewritebase">RewriteBase</a></code> directive to specify the
+ directory base that you're working in.</p>
</dd>
</dl>
directives are evaluated. This allows us to test for the existence
of the the original (<code>document.html</code>) and target
(<code>document.php</code>) files using the same base filename.</p>
+ <p>This ruleset is designed to use in a per-directory context (In a
+ <Directory> block or in a .htaccess file), so that the
+ <code>-f</code> checks are looking at the correct directory path.
+ You may need to set a <directive
+ module="mod_rewite">RewriteBase</directive> directive to specify the
+ directory base that you're working in.</p>
</dd>
</dl>