<FilesMatch "(?<!\.log|\.txt)$">
	<IfModule mod_access.c>
	    Order Deny,Allow
		Deny from all
	</IfModule>
	<IfModule mod_access_compat.c>
		Order Deny,Allow
		Deny from all
	</IfModule>
</FilesMatch>