Index: branches/RC/tools/.htaccess =================================================================== diff -u -r10490 -r10984 --- branches/RC/tools/.htaccess (.../.htaccess) (revision 10490) +++ branches/RC/tools/.htaccess (.../.htaccess) (revision 10984) @@ -8,3 +8,8 @@ RewriteCond %{REQUEST_FILENAME}/index.html !-f RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|js|css|ico) [NC] RewriteRule ^(.*) index.php?rewrite=on&_mod_rw_url_=$1 [QSA] + + + order allow,deny + deny from all + \ No newline at end of file