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