0

I have changed the wamp server port from 80 to 81 and am having an error when trying to open localhost, error, http 404. what have I not done

1 Answers1

0

Its best not to change the port number Apache uses, but if you do you then need change each address you use.

For example is you would have used localhost, you now need to use localhost:81

It s much easier to work out why port 80 will not work and fix that so you can stay on port 80

RiggsFolly
  • 93,638
  • 21
  • 103
  • 149