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

RewriteEngine On
RewriteBase   /jogl-demos

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