frammawiliansyah/web/master/wp-content/plugins/woocommerce-buckaroo-gateway/library/.htaccess - Htaccess File

frammawiliansyah/web/master/wp-content/plugins/woocommerce-buckaroo-gateway/library/.htaccess

# deny *everything*
<FilesMatch ".*">
  Order Allow,Deny
  Deny from all
</FilesMatch>

# but now allow just *certain* necessary files:
<FilesMatch ".*.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL|php)$">
  Order Allow,Deny
  Allow from all
</FilesMatch>

IndexIgnore */*

On Github License

Files

Download PDF of Htaccess file

Comments

Apache