.htaccess 78 B

1234567
  1. Order deny,allow
  2. Deny from all
  3. <Files ~ "\.css">
  4. Allow from all
  5. </Files>