If you’re using apache 2.4
Order allow,deny
Allow from all
becomes…
Require all granted
https://httpd.apache.org/docs/2.4/upgrading.html
If you’re using apache 2.4
Order allow,deny
Allow from all
becomes…
Require all granted
https://httpd.apache.org/docs/2.4/upgrading.html