mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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:
parent
b36843b5ff
commit
0ae06fbf8e
|
|
@ -1,2 +1 @@
|
|||
Order deny,allow
|
||||
Deny from all
|
||||
Require host localhost
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user