Magento – how to remove 403 forbidden error in magento server

magento2

I'm new to Magento. I have installed Magento in the sub folder on the server.

created DB successfully.

But, when I run URL on the browser it gives the error that

You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Best Answer

Could you please check the file and folder permission as given in Magento Docs

Files and Folder Permission in Magento 2

Also Please check in your server for mod_rewrite is enabled in Apache2

Related Topic