mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +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>
|