summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite/flags.html.en
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>2015-04-15 20:04:39 +0200
committerKen Coar <coar@apache.org>2015-04-15 20:04:39 +0200
commitb75f3c1fdf2181917781cc952d50d1abc3ab3900 (patch)
treeae07faca9dca082893707b88cd631cd2dbf9c6a0 /docs/manual/rewrite/flags.html.en
parentEnclose parameters in quotation marks for <{Files,Directory,Location}{,Match}> (diff)
downloadapache2-b75f3c1fdf2181917781cc952d50d1abc3ab3900.tar.xz
apache2-b75f3c1fdf2181917781cc952d50d1abc3ab3900.zip
Quote {Alias,Redirect,ScriptAlias}{,Match} arguments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673908 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite/flags.html.en')
-rw-r--r--docs/manual/rewrite/flags.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en
index ec8390355c..e599d1df57 100644
--- a/docs/manual/rewrite/flags.html.en
+++ b/docs/manual/rewrite/flags.html.en
@@ -547,7 +547,7 @@ use the [PT] flag to ensure that the
<code class="directive"><a href="../mod/mod_alias.html#alias">Alias</a></code> is evaluated.
</p>
-<pre class="prettyprint lang-config">Alias /icons /usr/local/apache/icons
+<pre class="prettyprint lang-config">Alias "/icons" "/usr/local/apache/icons"
RewriteRule /pics/(.+)\.jpg$ /icons/$1.gif [PT]</pre>