<FilesMatch "\.(php|html)$">
	order allow,deny
	deny from all
	allow from 127.0.0.1
	allow from localhost
</FilesMatch>