From 25e922b957d61438e8ce75328309e3d2d6c3547d Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 22 Oct 2011 12:56:36 +0000 Subject: fix URL without trailing slash --- modules/sympa/templates/vhost_ml.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/sympa/templates/vhost_ml.conf b/modules/sympa/templates/vhost_ml.conf index 66c06b10..f585d6fe 100644 --- a/modules/sympa/templates/vhost_ml.conf +++ b/modules/sympa/templates/vhost_ml.conf @@ -1,5 +1,6 @@ RewriteEngine On RewriteRule ^/?$ /l/home [R] + RewriteRule ^/l$ /l/ [R] RewriteRule ^/l/(.*)$ /wwsympa-wrapper.fcgi/$1 DocumentRoot <%= lib_dir + "/sympa/cgi" %> -- cgit v1.2.1