diff options
author | Rich Bowen <rbowen@apache.org> | 2009-11-03 00:20:12 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2009-11-03 00:20:12 +0100 |
commit | cd3e48e2d0bc258b6d2b500f7cf8f62996df62d8 (patch) | |
tree | 70c5a1d3a12369a8012425e569940b55849837f4 /docs/manual | |
parent | Adds access to the list of resources. (diff) | |
download | apache2-cd3e48e2d0bc258b6d2b500f7cf8f62996df62d8.tar.xz apache2-cd3e48e2d0bc258b6d2b500f7cf8f62996df62d8.zip |
Turn that into a warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832185 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/rewrite/access.html.en | 4 | ||||
-rw-r--r-- | docs/manual/rewrite/access.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/rewrite/access.html.en b/docs/manual/rewrite/access.html.en index 37f9e3ea62..79cdaddb7c 100644 --- a/docs/manual/rewrite/access.html.en +++ b/docs/manual/rewrite/access.html.en @@ -29,10 +29,10 @@ various resources, and other related techniques. This includes many examples of common uses of mod_rewrite, including detailed descriptions of how each works.</p> -<p>Note that many of these examples won't work unchanged in your +<div class="warning">Note that many of these examples won't work unchanged in your particular server configuration, so it's important that you understand them, rather than merely cutting and pasting the examples into your -configuration.</p> +configuration.</div> </div> <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#blocked-inline-images">Forbidding Image "Hotlinking"</a></li> diff --git a/docs/manual/rewrite/access.xml b/docs/manual/rewrite/access.xml index 170d7e751b..693fe3e182 100644 --- a/docs/manual/rewrite/access.xml +++ b/docs/manual/rewrite/access.xml @@ -34,10 +34,10 @@ various resources, and other related techniques. This includes many examples of common uses of mod_rewrite, including detailed descriptions of how each works.</p> -<p>Note that many of these examples won't work unchanged in your +<note type="warning">Note that many of these examples won't work unchanged in your particular server configuration, so it's important that you understand them, rather than merely cutting and pasting the examples into your -configuration.</p> +configuration.</note> </summary> <seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso> |