aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/sympa/templates/vhost_ml.conf1
1 files changed, 1 insertions, 0 deletions
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" %>