Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

tweak follow symlinks options for consistency #829

Merged
merged 1 commit into from
Jul 15, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions web/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
# to each configured DirectoryIndex file (e.g. index.php, index.html, index.pl).
DirectoryIndex app.php

# uncomment the following line if you install assets as symlinks
# or run into problems when compiling LESS/Sass/CoffeScript assets
#
# By default, Apache does not evaluate symbolic links if you did not enable this
# 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

# Disabling MultiViews prevents unwanted negotiation, e.g. "/app" should not resolve
Expand Down