diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-17 15:55:56 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-17 15:55:56 +0000 |
| commit | 80bec459ccdbf0f696de93d80856fd61bff76363 (patch) | |
| tree | e718f91c7a1ca09b0ec1f807f5d53e726e3c32a1 | |
| parent | c7ad2f61faf76030cdf9c8da12a377adf2b6c77e (diff) | |
- Escape dot in regexp (#1488357)
git-svn-id: https://svn.roundcube.net/trunk@5893 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess index 55dad98ed..98258c9fe 100644 --- a/roundcubemail/.htaccess +++ b/roundcubemail/.htaccess @@ -28,7 +28,7 @@ php_value mbstring.func_overload 0 <IfModule mod_rewrite.c> 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] |
