aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet/templates/planet_vhosts.conf
blob: 841e33cbbaae0fa563549bcf7d92908e70b7a372 (plain)
1
2
3
4
5
6
7
8
9
10
11
<Directory <%= location %> >
       Order deny,allow
       Allow from All
       AllowOverride All
       Options FollowSymlinks	
       Options +Indexes
</Directory>
# Add a permanent redirection for '/*' as '/en/' for english planet
<IfModule mod_alias.c>
	RedirectMatch permanent ^/?$ /en/
</IfModule>