I get Access Forbidden (Error 403) when setting up new alias

后端 未结 7 1863
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-13 02:02

I\'m running windows 7 and recently installed XAMPP to build a dev environment. I\'m not great with the server side of things so I\'m having some problems setting up an alia

7条回答
  •  爱一瞬间的悲伤
    2020-12-13 02:28

    If you have installed a module on Xampp (on Linux) via Bitnami and changed chown settings, make sure that the /opt/lampp/apps//htdocs and tmp usergroup is daemon with all other sibling files and folders chowned to the user you installed as, e.g. cd /opt/lampp/apps/, sudo chown -R root:root ., followed by sudo chown -R root:daemon htdocs tmp.

提交回复
热议问题