summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_rewrite.html.en
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>2015-04-15 18:17:34 +0000
committerKen Coar <coar@apache.org>2015-04-15 18:17:34 +0000
commit198976aa9d100cd4a98ba16e45bba564a7e04d1e (patch)
treec61656e0397b3faddbe8406c81bc4bb9fe586dd8 /docs/manual/mod/mod_rewrite.html.en
parentb75f3c1fdf2181917781cc952d50d1abc3ab3900 (diff)
downloadhttpd-198976aa9d100cd4a98ba16e45bba564a7e04d1e.tar.gz
Quote ScriptAlias and DocumentRoot arguments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673917 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.html.en')
-rw-r--r--docs/manual/mod/mod_rewrite.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en
index c59ca4b5a7..ef26e12bcd 100644
--- a/docs/manual/mod/mod_rewrite.html.en
+++ b/docs/manual/mod/mod_rewrite.html.en
@@ -141,7 +141,7 @@ URLs on the fly</td></tr>
since the resource was not relative to the document root. This
misconfiguration would normally cause the server to look for an "opt"
directory under the document root.</p>
-<pre class="prettyprint lang-config">DocumentRoot /var/www/example.com
+<pre class="prettyprint lang-config">DocumentRoot "/var/www/example.com"
AliasMatch "^/myapp" "/opt/myapp-1.2.3"
&lt;Directory "/opt/myapp-1.2.3"&gt;
RewriteEngine On