diff options
author | Struan Donald <struan@fury.ukcod.org.uk> | 2011-06-01 15:18:35 +0100 |
---|---|---|
committer | Struan Donald <struan@fury.ukcod.org.uk> | 2011-06-01 15:18:35 +0100 |
commit | 46e910cd2029c346e88a52388561d715c876ea84 (patch) | |
tree | fda91c918b6779d047cf482cd66294b52e271b0c | |
parent | 4633b48dce0108c81ef464f0ae46676ed3482f21 (diff) |
comment out alert and comment confirm redirections
-rw-r--r-- | conf/httpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf index deb0dabae..2b352f643 100644 --- a/conf/httpd.conf +++ b/conf/httpd.conf @@ -49,8 +49,8 @@ RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d RewriteRule ^(.+)/$ $1 [R=permanent] # Confirmation tokens -RewriteRule ^/[Aa]/([0-9A-Za-z]{16,18}).*$ /alert.cgi?token=$1 [QSA,L] -RewriteRule ^/[Cc]/([0-9A-Za-z]{16,18}).*$ /confirm.cgi?type=update;token=$1 [QSA,L] +# RewriteRule ^/[Aa]/([0-9A-Za-z]{16,18}).*$ /alert.cgi?token=$1 [QSA,L] +# RewriteRule ^/[Cc]/([0-9A-Za-z]{16,18}).*$ /confirm.cgi?type=update;token=$1 [QSA,L] # RewriteRule ^/[Qq]/([0-9A-Za-z]{16,18}).*$ /questionnaire.cgi?token=$1 [QSA,L] RewriteRule ^/[Ff]/([0-9A-Za-z]{16,18}).*$ /flickr.cgi?token=$1 [L] RewriteRule ^/[Tt]/([0-9A-Za-z]{16,18}).*$ /tms-signup.cgi?token=$1 [L] |