mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[feature/controller] Documentation about Symlinks in .htaccess
PHPBB3-10864
This commit is contained in:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user