mindtwo/wordpress-lumen/master/install/files/theme-default/.htaccess
Deny from all
<Files ~ ".(html|png|jpg|gif|swf|css|css.map|js|js.gz|js.map|font|eot|svg|svgz|ttf|woff|woff2|otf)$">
    Order Deny,Allow
    Satisfy any
    Allow from all
</Files>
<FilesMatch "^(refresh|captcha_code).php$">
    Order Deny,Allow
    Satisfy any
    Allow from all
</FilesMatch>		
		
		Files
