ifhub2/application/frontend/.htaccess

5 lines
93 B
ApacheConf
Raw Normal View History

2024-06-02 09:37:06 +03:00
Options -Indexes
<Files ~ "(\.tpl)|(\.php)$">
Order allow,deny
Deny from all
</Files>