9 lines
259 B
ApacheConf
Executable file
9 lines
259 B
ApacheConf
Executable file
Allow from all
|
|
|
|
<Files ~ "\.(conf|cert|cnf|key|py|sh|sql|txt)$">
|
|
Deny from all
|
|
</Files>
|
|
|
|
<Files ~ "^(config\.php|^install.*\.php|apache_subdomain_template|authmysqlrc|dnszonetemplate|cronbackup\.php)$|^apachetemplate">
|
|
Deny from all
|
|
</Files>
|