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