Update Apache config syntax in .htaccess files

"Deny from all" is deprecated; the replacement syntax has been
available since Apache 2.4 (originally released in 2012).

See <https://httpd.apache.org/docs/2.4/howto/access.html>.

Bug: T360850
Change-Id: I6b641c76f3229b70b07422295623deb5612b8030
This commit is contained in:
Fomafix 2024-11-17 21:53:55 +00:00
parent 769cf7f841
commit 2b5e3b1b80

View file

@ -1 +1 @@
Deny from all
Require all denied