mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 07:32:32 +01:00
8 lines
101 B
ApacheConf
8 lines
101 B
ApacheConf
Order deny,allow
|
|
Deny from all
|
|
|
|
<FilesMatch "\.(js)$">
|
|
Order deny,allow
|
|
Allow from all
|
|
</FilesMatch>
|