From e1fa237e8d8d678914444563b8432a058865d2c2 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 8 May 2010 12:52:47 +0200 Subject: www: add proper redirection to folder www --- .htaccess | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .htaccess (limited to '.htaccess') diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..a6b9b91 --- /dev/null +++ b/.htaccess @@ -0,0 +1,7 @@ + +RewriteEngine On +RewriteBase /gluegen + +RewriteRule ^$ www/ [R=301,L,NE] +RewriteRule ^index\.html$ www/index.html [R=301,L,NE] + -- cgit v1.2.3