# Allow all files except .php files

<Files *.*>
	allow from all
</Files>

<Files *.php>
	order allow,deny
	deny from all
</Files>