0

I'm trying to get my localhost XAMPP to broadcast over my IP address. localhost works fine but no luck getting it through to my IP.

I have HTTP TCP Port Forwarding on my router set to 80-8080.

How can I do this ? Any ideas?

Abhishek T.
  • 1,133
  • 1
  • 17
  • 33

2 Answers2

0

I found some people suffering with the same problem. Some of them solved it by simply running the following command at windows CMD ( Be sure to run it as administrator ).

netsh http add iplisten 127.0.0.1

Good luck and keep me informed if it didn't work for you.

0

Figured it out... the HTTP Port Forward IP had to be the same IP as my server (connected device). = )