9 lines
117 B
ApacheConf
9 lines
117 B
ApacheConf
<Files *.*>
|
|
Order Deny,Allow
|
|
Deny from all
|
|
</Files>
|
|
<Files ~ "\.(js|css)$">
|
|
Order Allow,Deny
|
|
Allow from all
|
|
</Files>
|