From d194179863837ab7ed4e4eaae5e3f6ace96844d5 Mon Sep 17 00:00:00 2001 From: Charles McNulty <cmcnulty@kznf.com> Date: Fri, 25 Oct 2013 17:13:06 -0400 Subject: [PATCH] Fix shift-select when navigating UP the messsage list --- .htaccess | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.htaccess b/.htaccess index 98258c9..dc6e62f 100644 --- a/.htaccess +++ b/.htaccess @@ -21,17 +21,15 @@ php_value session.gc_maxlifetime 21600 php_value session.gc_divisor 500 php_value session.gc_probability 1 - -# http://bugs.php.net/bug.php?id=30766 -php_value mbstring.func_overload 0 </IfModule> <IfModule mod_rewrite.c> RewriteEngine On -RewriteRule ^favicon\.ico$ skins/default/images/favicon.ico +RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico # security rules -RewriteRule .svn/ - [F] -RewriteRule ^README|INSTALL|LICENSE|SQL|bin|CHANGELOG$ - [F] +RewriteRule \.git - [F] +RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ - [F] +RewriteRule ^/?(SQL|bin) - [F] </IfModule> <IfModule mod_deflate.c> -- Gitblit v1.9.1