From c626265ab883661c6fe263831af10d7c8b7211f3 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 8 May 2010 12:25:48 +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 000000000..a947f3c34 --- /dev/null +++ b/.htaccess @@ -0,0 +1,7 @@ + +RewriteEngine On +RewriteBase /jogl + +RewriteRule ^$ www/ [R=301,L,NE] +RewriteRule ^index\.html$ www/index.html [R=301,L,NE] + -- cgit v1.2.3