Xampp - Ubuntu - cant access my project in lampp/htdocs

后端 未结 5 1817

I have installed xampp to Ubuntu 12.04. I have put my project in the folder /opt/lampp/htdocs/project_is_here

When I type in the browser localhost/soap/php

5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-30 18:52

    I had given all the permission , still got the error message. Go to -> /etc/apache2/sites-available/000-default.conf set : DocumentRoot to /opt/lampp/htdocs

    All solved for me. Change the "DocumentRoot" to whichever folder your project is.

提交回复
热议问题