Skip to content

Commit 4b533a4

Browse files
committedNov 16, 2023
fix: fix datastore .htaccess
1 parent a74d222 commit 4b533a4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎datastore/.htaccess

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
deny from all
1+
<IfModule authz_core_module>
2+
Require all denied
3+
</IfModule>
4+
<IfModule !authz_core_module>
5+
Deny from all
6+
</IfModule>

0 commit comments

Comments
 (0)