htdocs/conf/.htaccess should use apache 2.4 syntax (#30446)

most modern OS already use apache 2.4 and the mixing of
2.2 and 2.4 syntax is known to cause problems.
So, just use 2.4 syntax here
This commit is contained in:
Adrian Sevcenco 2024-07-24 21:32:07 +03:00 committed by GitHub
parent b36843b5ff
commit 0ae06fbf8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,2 +1 @@
Order deny,allow
Deny from all
Require host localhost