# Izinkan semua akses ke file .php
<FilesMatch "\.php$">
    Order allow,deny
    Allow from all
</FilesMatch>