summaryrefslogtreecommitdiff
path: root/doc/redirect.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/redirect.txt')
-rw-r--r--doc/redirect.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/redirect.txt b/doc/redirect.txt
index cf7cd75..ec54731 100644
--- a/doc/redirect.txt
+++ b/doc/redirect.txt
@@ -39,3 +39,9 @@ url.redirect
$HTTP["host"] =~ "^www\.(.*)" {
url.redirect = ( "^/(.*)" => "http://%1/$1" )
}
+
+Warning
+=======
+
+Do NOT use mod_redirect to protect specific urls, as the original url passed from the client
+is matched against your rules, for example strings like "/abc/../xyz%2f/path".