Server unable to read htaccess file, denying access to be safe

前端 未结 14 2834
情深已故
情深已故 2020-12-12 20:15

I have created a simple app using AngularJS. When I tried to host that project in my website http://demo.gaurabdahal.com/recipefinder it shows the following error:

14条回答
  •  無奈伤痛
    2020-12-12 20:42

    I had this problem too. My advice is look in your server error log file. For me, it was that the top directory for the project was not readable. The error log clearly stated this. A simple

    sudo chmod 755 
    

    fixed it for me.

提交回复
热议问题