blob: ab03b9195879e4a017970aa6a18c1ee180ef8c4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
RewriteEngine On
RewriteRule ^/?$ /l/home [R]
RewriteRule ^/l$ /l/
RewriteRule ^/l/(.*)$ /wwsympa-wrapper.fcgi/$1
DocumentRoot <%= lib_dir + "/sympa/cgi" %>
Alias /static-sympa /var/lib/sympa/static_content
<Directory /var/lib/sympa/static_content>
Order allow,deny
Allow from all
</Directory>
|