minor fix

This commit is contained in:
Diego Najar 2018-09-18 23:59:38 +02:00
parent ad96dd8cab
commit 74d5833aaa
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ RewriteEngine on
# RewriteBase /
# Deny direct access to the next directories
RewriteRule ^bl-content/(databases|workspaces|pages|tmp|)/.*$ - [R=404,L]
RewriteRule ^bl-content/(databases|workspaces|pages|tmp)/.*$ - [R=404,L]
# All URL process by index.php
RewriteCond %{REQUEST_FILENAME} !-f

View File

@ -210,7 +210,7 @@ RewriteEngine on
RewriteBase '.HTML_PATH_ROOT.'
# Deny direct access to the next directories
RewriteRule ^bl-content/(databases|workspaces|pages|tmp|)/.*$ - [R=404,L]
RewriteRule ^bl-content/(databases|workspaces|pages|tmp)/.*$ - [R=404,L]
# All URL process by index.php
RewriteCond %{REQUEST_FILENAME} !-f