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

RewriteEngine On
RewriteBase   /joal-demos

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