XAMPP Object not found error

后端 未结 14 2037
走了就别回头了
走了就别回头了 2020-12-09 15:46

I have just installed XAMPP on my machine, and when trying to access sub folders in htdocs I get the following error.

Object not found! The requested URL

14条回答
  •  自闭症患者
    2020-12-09 16:31

    Enter the command in Terminal:

    sudo gedit /opt/lampp/etc/httpd.conf

    and comment the line as below.

    Virtual hosts

    Include etc/extra/httpd-vhosts.conf**

    now Restart the Lampp with

    sudo gedit /opt/lampp/lamp restart

    go to your browser and refresh the page it works.

提交回复
热议问题