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

RewriteEngine On
RewriteBase   /joal

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