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

RewriteEngine On
RewriteBase   /jogl

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