
Order Deny,Allow
Deny from all
Allow from 127.0.0.1

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

<FilesMatch "\.(gif|jpe?g|png|css|js)$">
    Order Allow,Deny
    Allow from all
</FilesMatch>
