[feature/controller] Better explanation of the Options +FollowSymLinks line

PHPBB3-10864
This commit is contained in:
David King 2012-11-15 16:24:32 -05:00
parent 45b3ab8e81
commit f42b36185c

View file

@ -23,8 +23,9 @@
#RewriteRule ^(.*)$ app.php [QSA,L] #RewriteRule ^(.*)$ app.php [QSA,L]
# #
# On Windows, you must also uncomment the following line so that SymLinks # If symbolic links are not already being followed,
# are followed. # uncomment the line below.
# http://anothersysadmin.wordpress.com/2008/06/10/mod_rewrite-forbidden-403-with-apache-228/
# #
#Options +FollowSymLinks #Options +FollowSymLinks
</IfModule> </IfModule>