mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/controller] Documentation about Symlinks in .htaccess
PHPBB3-10864
This commit is contained in:
parent
db071d6854
commit
d0269629dc
1 changed files with 6 additions and 2 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue