1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/application/tmp/.htaccess

7 lines
138 B
ApacheConf
Raw Normal View History

2008-09-21 09:36:57 +03:00
Order Deny,Allow
2013-08-07 18:04:23 +03:00
Deny from all
<FilesMatch "\.(css|js)$">
Order Deny,Allow
Deny from all
Allow from all
</FilesMatch>