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

RewriteEngine On
RewriteBase   /applet-launcher

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