8 lines
147 B
ApacheConf
8 lines
147 B
ApacheConf
Deny From All
|
|
<FilesMatch "^(editor|data-pick)\.php$">
|
|
Allow From All
|
|
</FilesMatch>
|
|
<FilesMatch "(css|js|html|png)$">
|
|
Allow From All
|
|
</FilesMatch>
|