From 0b9b9f63b585ee3d6190342a993eb49d2b772dc4 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 6 Feb 2015 09:07:05 +0100 Subject: Enable FollowSymLinks option in .htaccess file which is required by rewrite rules (#1490255) --- .htaccess | 1 + 1 file changed, 1 insertion(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 275161166..95e5bf475 100644 --- a/.htaccess +++ b/.htaccess @@ -24,6 +24,7 @@ php_value session.gc_probability 1 +Options +FollowSymLinks RewriteEngine On RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico -- cgit v1.2.3