mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
[symfony/apache-pack] Better FollowSymlinks suggestion
Add "+" before commented out FollowSymlinks option so that it wouldn't overwrite other options
This commit is contained in:
@@ -9,7 +9,7 @@ DirectoryIndex index.php
|
||||
# feature in your server configuration. Uncomment the following line if you
|
||||
# install assets as symlinks or if you experience problems related to symlinks
|
||||
# when compiling LESS/Sass/CoffeScript assets.
|
||||
# Options FollowSymlinks
|
||||
# Options +FollowSymlinks
|
||||
|
||||
# Disabling MultiViews prevents unwanted negotiation, e.g. "/index" should not resolve
|
||||
# to the front controller "/index.php" but be rewritten to "/index.php/index".
|
||||
|
||||
Reference in New Issue
Block a user