I've created a site using SilverStripe. It's working on my wamp server and it's working on a shared server - however, when I configured it on Cent OS apache (/var/www/html/info
) it says:
Forbidden
You don't have permission to access /info on this server.
I have changed the httpd.conf
file as this post suggests, but it's still not working.
On Cent OS terminal Run
restorecon -r /var/www/html
then Forbidden Permission Error gone.