
<Files *.php>
	Order Allow,Deny
	Deny from all
</Files>


<Files *.html>
	Order Allow,Deny
	Deny from all
</Files>


<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews -Indexes 
    </IfModule>
</IfModule>




