baozhoutao/processmaker/master/workflow/public_html/.htaccess - Htaccess File

baozhoutao/processmaker/master/workflow/public_html/.htaccess

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

<FilesMatch "^(app|sysGeneric).php$">
        Order Allow,Deny 
        Allow from All 
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache