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]