Merge pull request #218 from anaggh/master

Fix Security issue
This commit is contained in:
Diego Najar 2016-01-26 19:29:51 -03:00
commit 1807308080
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ AddDefaultCharset UTF-8
RewriteEngine on
# Deny direct access to .txt files
RewriteRule ^content/(.*)\.txt$ - [R=404,L]
RewriteRule ^bl-content/(.*)\.txt$ - [R=404,L]
# All URL process by index.php
RewriteCond %{REQUEST_FILENAME} !-f