# Prevent direct web execution of components
<FilesMatch "\.php$">
    Order Allow,Deny
    Deny from all
</FilesMatch>
