diff options
author | Sven Gothel <[email protected]> | 2010-05-08 15:12:24 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-08 15:12:24 +0200 |
commit | 41224b0aaf5d95ea9988c6562fd0817731dd8f93 (patch) | |
tree | 3cbdad5b4f7c110867effdbdeb8f35cde0781b5b | |
parent | a99504d5ba68f9b86f8aa5641353399e67fddca2 (diff) |
www
-rw-r--r-- | .htaccess | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..5e0f0e8 --- /dev/null +++ b/.htaccess @@ -0,0 +1,7 @@ + +RewriteEngine On +RewriteBase /joal + +RewriteRule ^$ www/ [R=301,L,NE] +RewriteRule ^index\.html$ www/index.html [R=301,L,NE] + |