Merge fabb90245253f86a738644a225e791d192990528 into 0de005f2ae0262fc94902b5c400bbe0bc246499a

This commit is contained in:
Luca 2018-01-11 10:29:09 +00:00 committed by GitHub
commit c99f7200bf

View File

@ -5,11 +5,14 @@ AddDefaultCharset UTF-8
# Enable rewrite rules
RewriteEngine on
# Make this Folder our base
RewriteBase /
# Deny direct access to .txt files
RewriteRule ^bl-content/(.*)\.txt$ - [R=404,L]
# All URL process by index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*) index.php [PT,L]
RewriteRule ^(.*) index.php/ [PT,L]
</IfModule>
</IfModule>