I had to migrate a site to a new server and It seems that there are some .htaccess directives that the new server doens't like.
I tried to disable the main .htacces but the site doesn't work.
I got some error messages from apache error log:
[Thu Oct 12 12:21:07.454338 2017] [authz_core:debug] [pid 20103] mod_authz_core.c(802): [client ...:53647] AH01626: authorization result of Require all granted: granted
[Thu Oct 12 12:21:07.454366 2017] [authz_core:debug] [pid 20103] mod_authz_core.c(802): [client ....:53647] AH01626: authorization result of : granted
[Thu Oct 12 12:21:07.454437 2017] [authz_core:debug] [pid 20103] mod_authz_core.c(802): [client ....:53647] AH01626: authorization result of Require all granted: granted
[Thu Oct 12 12:21:07.454444 2017] [authz_core:debug] [pid 20103] mod_authz_core.c(802): [client ....:53647] AH01626: authorization result of : granted
there are more than 100 .htaccess files in my installation and I've no idea on wich I have to edit....
Are you experiencing problems with Apache 2.4?
I had to migrate a site to a new server and It seems that there are some .htaccess directives that the new server doens't like.
I tried to disable the main .htacces but the site doesn't work.
I got some error messages from apache error log: [Thu Oct 12 12:21:07.454338 2017] [authz_core:debug] [pid 20103] mod_authz_core.c(802): [client ...:53647] AH01626: authorization result of Require all granted: granted [Thu Oct 12 12:21:07.454366 2017] [authz_core:debug] [pid 20103] mod_authz_core.c(802): [client ....:53647] AH01626: authorization result of: granted
[Thu Oct 12 12:21:07.454437 2017] [authz_core:debug] [pid 20103] mod_authz_core.c(802): [client ....:53647] AH01626: authorization result of Require all granted: granted
[Thu Oct 12 12:21:07.454444 2017] [authz_core:debug] [pid 20103] mod_authz_core.c(802): [client ....:53647] AH01626: authorization result of : granted
there are more than 100 .htaccess files in my installation and I've no idea on wich I have to edit....
Thanks,