1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-02 22:45:02 +03:00
ifhub.club/templates/.htaccess
Mzhelskiy Maxim 03b5c13558 fix access
2013-01-21 10:23:50 +04:00

5 lines
93 B
ApacheConf

Options -Indexes
<Files ~ "(\.tpl)|(\.php)$">
Order allow,deny
Deny from all
</Files>