aboutsummaryrefslogtreecommitdiffstats
path: root/public/system/.htaccess
blob: 58b07edf1030c7ed3bfc0425d1fb32e850f39a81 (plain)
1
2
3
4
5
6
7
8
<Files *.*>
Order Deny,Allow
Deny from all
</Files>
<Files ~ "\.(js|css)$">
Order Allow,Deny
Allow from all
</Files>