<Files ~ (.*?\.php)>
	<IfModule mod_authz_core.c>
	    Require all denied
	</IfModule>
	<IfModule !mod_authz_core.c>
	    Order deny,allow
	    Deny from all
	</IfModule>
</Files>

<Files ~ (rt\.php|barcode_window\.php|barcode\.php|qr\.php|qr_img\.php|js\.php|jsonrpc\.php)>
	<IfModule mod_authz_core.c>
	    Require all granted
	</IfModule>
	<IfModule !mod_authz_core.c>
	    Order allow,deny
        Allow from all
	</IfModule>
</Files>

Options -Indexes +FollowSymlinks