]> git.donarmstrong.com Git - roundcube.git/blobdiff - .htaccess
Imported Upstream version 0.6+dfsg
[roundcube.git] / .htaccess
index 704779e2e9b7844bb9e39199a936a0a7b6c564fb..2bc9f95eaa09245c8f4dbc412442bc26f8fc4f4c 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -29,6 +29,9 @@ php_value     mbstring.func_overload  0
 <IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteRule ^favicon.ico$ skins/default/images/favicon.ico
+# security rules
+RewriteRule .svn/ - [F]
+RewriteRule ^README|INSTALL|LICENSE|SQL|bin|CHANGELOG$ - [F]
 </IfModule>
 
 <IfModule mod_deflate.c>
@@ -46,5 +49,4 @@ ExpiresDefault "access plus 1 month"
 </IfModule>
 
 FileETag MTime Size
-
-
+Options -Indexes