From 57d15d50231bde9fd9d460e82988c2ae0ad98645 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 17 Feb 2012 15:55:56 +0000 Subject: - Escape dot in regexp (#1488357) --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 55dad98ed..98258c9fe 100644 --- a/.htaccess +++ b/.htaccess @@ -28,7 +28,7 @@ php_value mbstring.func_overload 0 RewriteEngine On -RewriteRule ^favicon.ico$ skins/default/images/favicon.ico +RewriteRule ^favicon\.ico$ skins/default/images/favicon.ico # security rules RewriteRule .svn/ - [F] RewriteRule ^README|INSTALL|LICENSE|SQL|bin|CHANGELOG$ - [F] -- cgit v1.2.3