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

前端 未结 14 2832
情深已故
情深已故 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 21:01

    "Server unable to read htaccess file" means just that. Make sure that the permissions on your .htaccess file are world-readable.

    0 讨论(0)
  • 2020-12-12 21:03

    Just my solution. I had extracted a file, had some minor changes, and got the error above. Deleted everything, uploaded and extracted again, and normal business.

    0 讨论(0)
提交回复
热议问题