From 5a79416789d375a24dd81de89de0a0d3fedf5f98 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 21 Apr 2012 12:25:20 -0400 Subject: [PATCH] Add (missing) support for textarea cols to be added to the contact form --- .htaccess | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.htaccess b/.htaccess index 55dad98..98258c9 100644 --- a/.htaccess +++ b/.htaccess @@ -28,7 +28,7 @@ <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] -- Gitblit v1.9.1