aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
blob: a6b9b9195694d5177459d3820c03a3fdcd7adb8c (plain)
1
2
3
4
5
6
7

RewriteEngine On
RewriteBase   /gluegen

RewriteRule ^$ www/ [R=301,L,NE]
RewriteRule ^index\.html$ www/index.html [R=301,L,NE]