Require all granted This is what I used to use:<Directory "/websites/httpdocs/dummmy-website"> Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory>And this is what I’m using now.
<Directory "/websites/httpdocs/eOpiates/website-dynamic/">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>