Loading docs/manual/mod/core.xml +10 −1 Original line number Diff line number Diff line Loading @@ -1262,7 +1262,16 @@ filenames</description> <p>The <var>filename</var> argument should include a filename, or a wild-card string, where <code>?</code> matches any single character, and <code>*</code> matches any sequences of characters. and <code>*</code> matches any sequences of characters:</p> <example><pre><Files "cat.html"> # Insert stuff that applies to cat.html here </Files> <Files "?at.*"> # This would apply to cat.html, bat.html, hat.php and so on. </Files></pre></example> <p> <glossary ref="regex">Regular expressions</glossary> can also be used, with the addition of the <code>~</code> character. For example:</p> Loading Loading
docs/manual/mod/core.xml +10 −1 Original line number Diff line number Diff line Loading @@ -1262,7 +1262,16 @@ filenames</description> <p>The <var>filename</var> argument should include a filename, or a wild-card string, where <code>?</code> matches any single character, and <code>*</code> matches any sequences of characters. and <code>*</code> matches any sequences of characters:</p> <example><pre><Files "cat.html"> # Insert stuff that applies to cat.html here </Files> <Files "?at.*"> # This would apply to cat.html, bat.html, hat.php and so on. </Files></pre></example> <p> <glossary ref="regex">Regular expressions</glossary> can also be used, with the addition of the <code>~</code> character. For example:</p> Loading