diff options
Diffstat (limited to 'docs/manual/sections.xml')
-rw-r--r-- | docs/manual/sections.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index 0a9bd162f7..52068a7982 100644 --- a/docs/manual/sections.xml +++ b/docs/manual/sections.xml @@ -77,7 +77,7 @@ to another site only if the server is started using <highlight language="config"> <IfDefine ClosedForNow> - Redirect / http://otherserver.example.com/ + Redirect "/" "http://otherserver.example.com/" </IfDefine> </highlight> @@ -245,8 +245,8 @@ certain sections or directives are evaluated. For <p><directive type="section" module="mod_alias">Alias</directive>es on the other hand, are mapped vice-versa:</p> <highlight language="config"> -Alias /foo/bar /srv/www/uncommon/bar -Alias /foo /srv/www/common/foo +Alias "/foo/bar" "/srv/www/uncommon/bar" +Alias "/foo" "/srv/www/common/foo" </highlight> <p>The same is true for the <directive module="mod_proxy">ProxyPass</directive> directives:</p> |