<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteRule ^(app|logs|tools|tmp)/ - [F,L]
</IfModule>
