Unable to find htdocs on xampp

后端 未结 8 2568
星月不相逢
星月不相逢 2021-02-13 05:19

I have installed XAMPP for macOS Sierra.

I have one icon in application for XAMPP.

I am able to run the server & it\'s services but I am not able to find the

相关标签:
8条回答
  • 2021-02-13 05:44

    You can also mount it on your own mac :

    hatem@Mac:/opt$ sudo mkdir lampp
    hatem@Mac:/opt$ sudo mount -t nfs -o resvport,rw 192.168.64.2:/opt/lampp /opt/lampp
    

    Then ls and you will find the entire lampp from the VM mounted locally.

    0 讨论(0)
  • 2021-02-13 05:46

    Just found out that XAMPP nfs mounts on MacOS are located in following path:

    /Users/my_name/.bitnami/stackman/machines/xampp/volumes/root/htdocs
    
    0 讨论(0)
提交回复
热议问题