How can I access XAMPP/Lampp folder via Terminal on Mac

前端 未结 7 985
小蘑菇
小蘑菇 2021-02-09 18:50

I recently started using XAMPP on Mac and it installed the \"lampp\" folder under \"Shared\" and showing as an IP address in Finder. So I can access the files via Finder but I\'

7条回答
  •  自闭症患者
    2021-02-09 19:20

    I had the same problem the route for htdocs is the following:

    cd /Users/***your_user_name***/.bitnami/stackman/machines/xampp/volumes/root/htdocs
    

    "username" only replaces that line by the name of your user

    Example, for me it would be:

    cd /Users/adanuri/.bitnami/stackman/machines/xampp/volumes/root/htdocs
    

提交回复
热议问题