blob: ad6b4400f832b9d173173f57cdaea079013f4050 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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>
|