diff options
author | Aleksander Machniak <alec@alec.pl> | 2015-02-06 09:07:05 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2015-02-06 09:07:05 +0100 |
commit | 0b9b9f63b585ee3d6190342a993eb49d2b772dc4 (patch) | |
tree | 1c1c86707ed5ec83d4c1f74439a77a4713d2dfad /.htaccess | |
parent | 7c96646de0efda16cded8491138bfefe31aca940 (diff) |
Enable FollowSymLinks option in .htaccess file which is required by rewrite rules (#1490255)
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ php_value session.gc_probability 1 </IfModule> <IfModule mod_rewrite.c> +Options +FollowSymLinks RewriteEngine On RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico |