diff options
Diffstat (limited to 'docs/manual/sections.html.en')
-rw-r--r-- | docs/manual/sections.html.en | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index 9a34414cb5..3b400f836e 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -63,7 +63,7 @@ to another site only if the server is started using <code>httpd -DClosedForNow</code>:</p> <pre class="prettyprint lang-config"><IfDefine ClosedForNow> - Redirect / http://otherserver.example.com/ + Redirect "/" "http://otherserver.example.com/" </IfDefine></pre> @@ -215,8 +215,8 @@ certain sections or directives are evaluated. For <p><code class="directive"><a href="./mod/mod_alias.html#alias"><Alias></a></code>es on the other hand, are mapped vice-versa:</p> -<pre class="prettyprint lang-config">Alias /foo/bar /srv/www/uncommon/bar -Alias /foo /srv/www/common/foo</pre> +<pre class="prettyprint lang-config">Alias "/foo/bar" "/srv/www/uncommon/bar" +Alias "/foo" "/srv/www/common/foo"</pre> <p>The same is true for the <code class="directive"><a href="./mod/mod_proxy.html#proxypass">ProxyPass</a></code> directives:</p> |