aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet/templates/planet_vhosts.conf
blob: 5a59e1ede33dfe81fc0f3266bbe7b7524d96bb92 (plain)
1
2
3
4
5
6
7
8
9
10
11
<Directory <%= planet_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>