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

前端 未结 14 2843
情深已故
情深已故 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:40

    I had same problem on Fedora, and found that problem was selinux. to test that it is problem run command: sudo setenforce 0

    Otherwise or change in file /etc/sysconfig/selinux

    SELINUX=enforcing
    to
    SELINUX=disabled
    

    or add rules to selinux to allow http access

提交回复
热议问题