5 lines
102 B
ApacheConf
5 lines
102 B
ApacheConf
<FilesMatch "\.(html|php|css|js|ico|xml)$">
|
|
Order Allow,Deny
|
|
Allow from all
|
|
</FilesMatch>
|