4 lines
78 B
ApacheConf
4 lines
78 B
ApacheConf
|
<FilesMatch \.(?i:html|php)$>
|
||
|
Order allow,deny
|
||
|
Deny from all
|
||
|
</FilesMatch>
|