From 470eebb5d2c5300a445f67457258d24599e35e6a Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 22 Oct 2011 12:49:12 +0000 Subject: add rewrite rules on sympa for nicer URLs, and avoid cache problem on homepage --- modules/sympa/templates/vhost_ml.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/sympa/templates/vhost_ml.conf b/modules/sympa/templates/vhost_ml.conf index b52c310f..66c06b10 100644 --- a/modules/sympa/templates/vhost_ml.conf +++ b/modules/sympa/templates/vhost_ml.conf @@ -1,3 +1,6 @@ + RewriteEngine On + RewriteRule ^/?$ /l/home [R] + RewriteRule ^/l/(.*)$ /wwsympa-wrapper.fcgi/$1 DocumentRoot <%= lib_dir + "/sympa/cgi" %> -- cgit v1.2.1