diff options
-rw-r--r-- | docs/manual/urlmapping.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml index 9674602fd0..30d029383e 100644 --- a/docs/manual/urlmapping.xml +++ b/docs/manual/urlmapping.xml @@ -328,8 +328,8 @@ proxying scenarios can be handled.</p> <p><module>mod_dir</module> provides <directive module="mod_dir" >FallbackResource</directive>, which can be used to map virtual URIs to a real resource, which then serves them. This is a very - useful replace to <module>mod_rewrite</module> when implementing - a 'front controler'</p> + useful replacement to <module>mod_rewrite</module> when implementing + a 'front controller'</p> <p>If all attempts to locate the content fail, httpd returns an error page with HTTP status code 404 (file not found). The |