diff options
Diffstat (limited to 'doc/redirect.txt')
-rw-r--r-- | doc/redirect.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/redirect.txt b/doc/redirect.txt index 118ea8e..cf7cd75 100644 --- a/doc/redirect.txt +++ b/doc/redirect.txt @@ -12,10 +12,10 @@ Module: mod_redirect :abstract: url redirection - + .. meta:: :keywords: lighttpd, redirect - + .. contents:: Table of Contents Description @@ -28,9 +28,9 @@ Options url.redirect redirects a set of URLs externally - + e.g. :: - + url.redirect = ( "^/show/([0-9]+)/([0-9]+)$" => "http://www.example.org/show.php?isdn=$1&page$2", "^/get/([0-9]+)/([0-9]+)$" => "http://www.example.org/get.php?isdn=$1&page$2" ) |