After intalling Xampp on my Mac. The address is http://192.168.64.2/dashboard how can I make it to be accessible via localhost or 127.0.0.1 ?
Asked
Active
Viewed 1.7k times
10
-
Maybe read through this question/answers to find some help: https://stackoverflow.com/q/5524116/5039312 – Marco Sep 23 '17 at 21:24
-
uninstalling teamviewer solved my problem – vikas etagi Nov 15 '17 at 04:28
2 Answers
16
You most likely installed the application that sets up a virtual machine. Revisit the download page and select the application without 'vm' at the end

Ab Ned
- 169
- 1
- 6
4
Like Ab Ned said, you've probably installed the VM version. I guess that's a good thing because it might save your from unwanted side-effects. So, if you want to stick with it, just activate the port forwarding:
There's also a little walkthrough at https://www.apachefriends.org/faq_stackman.html.

Stephan Rauh
- 3,069
- 2
- 18
- 37
-
1Enable the port forwarding and go to http://localhost:8080. This worked for me. – Hriju Oct 11 '19 at 12:21