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

[ticket/11215] Uncomment rewrite rules in .htaccess

Because we check to see if the rewrite module is available
we don't have to comment the rewrite lines

PHPBB3-11215
This commit is contained in:
David King 2013-09-02 11:49:36 -07:00
parent 913e5a1f2e
commit 1e64095e17

View File

@ -3,7 +3,7 @@
# 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
# rewriting below. # rewriting below.
# #
#RewriteEngine on RewriteEngine on
# #
# Uncomment the statement below if you want to make use of # Uncomment the statement below if you want to make use of
@ -18,9 +18,9 @@
# a controller is by default accessed at /app.php/my/controller, but will then # a controller is by default accessed at /app.php/my/controller, but will then
# be accessible at either /app.php/my/controller or just /my/controller # be accessible at either /app.php/my/controller or just /my/controller
# #
#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]
# #
# If symbolic links are not already being followed, # If symbolic links are not already being followed,