Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
fixed #351
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Feb 5, 2016
1 parent b56e010 commit caa6e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htaccess.txt
Expand Up @@ -10,7 +10,7 @@ Options +FollowSymlinks
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "(?i)((arastta|\.tpl|\.ini|\.log|(?<!robots)\.txt))">
<FilesMatch "(?i)((^arastta$|\.tpl|\.ini|\.log|(?<!robots)\.txt))">
Order deny,allow
Deny from all
</FilesMatch>
Expand Down

0 comments on commit caa6e60

Please sign in to comment.