<FilesMatch "\.(htaccess|php|ini|log|sh|inc|bak|config)$">
        Order Allow,Deny
        Deny from all
</FilesMatch>

<FilesMatch "^(app|sysGeneric|gmail|sso|templateForm|lostSession|uninstall|font|styles)\.php">
        Order Allow,Deny 
        Allow from All 
</FilesMatch>
