6 lines
89 B
ApacheConf
6 lines
89 B
ApacheConf
Order deny,allow
|
|
Deny from all
|
|
<FilesMatch "\.(html|txt)$">
|
|
Allow from all
|
|
</FilesMatch>
|