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

RewriteEngine On
RewriteBase   /jogl-utils

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