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

Commit a723390

Browse files
committed
minor #828 add hint for symlinked assets in htaccess (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- add hint for symlinked assets in htaccess see https://github.com/symfony/symfony-docs/pull/5020/files#r24984113 Commits ------- 9d42632 add hint for symlinked assets in htaccess
2 parents 82760b8 + 9d42632 commit a723390

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/.htaccess

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# to each configured DirectoryIndex file (e.g. index.php, index.html, index.pl).
66
DirectoryIndex app.php
77

8+
# uncomment the following line if you install assets as symlinks
9+
# or run into problems when compiling LESS/Sass/CoffeScript assets
10+
#
11+
# Options FollowSymlinks
12+
813
# Disabling MultiViews prevents unwanted negotiation, e.g. "/app" should not resolve
914
# to the front controller "/app.php" but be rewritten to "/app.php/app".
1015
<IfModule mod_negotiation.c>

0 commit comments

Comments
 (0)