1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[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>
#
# 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} !-d
#RewriteRule ^(.*)$ app.php [QSA,L]
#
# On Windows, you must also uncomment the following line so that SymLinks
# are followed.
#
#Options +FollowSymLinks
</IfModule>
<Files "config.php">