#
# /lib Access
#
<FilesMatch "\.php|inc|xml$">
  Order Deny,Allow
  Deny from All
</FilesMatch>

<IfModule mod_rewrite.c>
  RewriteEngine Off
</IfModule>
