From 0b9b9f63b585ee3d6190342a993eb49d2b772dc4 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 06 Feb 2015 03:07:05 -0500 Subject: [PATCH] Enable FollowSymLinks option in .htaccess file which is required by rewrite rules (#1490255) --- .htaccess | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.htaccess b/.htaccess index 2751611..95e5bf4 100644 --- a/.htaccess +++ b/.htaccess @@ -24,6 +24,7 @@ </IfModule> <IfModule mod_rewrite.c> +Options +FollowSymLinks RewriteEngine On RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico -- Gitblit v1.9.1