Merge fabb90245253f86a738644a225e791d192990528 into 0de005f2ae0262fc94902b5c400bbe0bc246499a
This commit is contained in:
commit
c99f7200bf
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user