10 lines
268 B
ApacheConf
10 lines
268 B
ApacheConf
<FilesMatch "\.(htaccess|php|ini|log|sh|inc|bak|config)$">
|
|
Order Allow,Deny
|
|
Deny from all
|
|
</FilesMatch>
|
|
|
|
<FilesMatch "^(app|sysGeneric|gmail|sso|templateForm|lostSession|uninstall)\.php">
|
|
Order Allow,Deny
|
|
Allow from All
|
|
</FilesMatch>
|