1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[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]
#
# On Windows, you must also uncomment the following line so that SymLinks
# are followed.
# If symbolic links are not already being followed,
# uncomment the line below.
# http://anothersysadmin.wordpress.com/2008/06/10/mod_rewrite-forbidden-403-with-apache-228/
#
#Options +FollowSymLinks
</IfModule>