2

PHP has a built-in server that connects to localhost through port 8888. i.e localhost:8888 I would like to know if it is possible to remove the port number using any port-forwarding method or application, so I can connect to it directly using just localhost

iOi
  • 403
  • 3
  • 8
  • 26
  • Try browsing the following link : http://stackoverflow.com/questions/10425233/how-to-set-that-which-one-will-use-localhost-port Hope it helps! –  Apr 27 '14 at 13:13

1 Answers1

1

Why don't you install apache Virtual Hosts. It offers more than the local php development server and is quicker. Or try wamp and xammp

Ben
  • 73
  • 5