[feature/controller] Documentation about Symlinks in .htaccess

PHPBB3-10864
This commit is contained in:
David King 2012-11-15 15:20:47 -05:00
parent db071d6854
commit d0269629dc

View file

@ -1,5 +1,3 @@
Options +FollowSymLinks
<IfModule mod_rewrite.c> <IfModule mod_rewrite.c>
# #
# Uncomment the following line if you will be using any of the URL # Uncomment the following line if you will be using any of the URL
@ -23,6 +21,12 @@ Options +FollowSymLinks
#RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ app.php [QSA,L] #RewriteRule ^(.*)$ app.php [QSA,L]
#
# On Windows, you must also uncomment the following line so that SymLinks
# are followed.
#
#Options +FollowSymLinks
</IfModule> </IfModule>
<Files "config.php"> <Files "config.php">