Jump to content

Php Url without port on it


nightkarnation

Recommended Posts

Hey guys,

I am using wamp to test some php files...

Currently my wamp is set up on my 82 port, so I have to reference like this: http://localhost:82/test/test.php

 

The problem is that I am linking the php file with actionscript and actionscript doesn't allow me to use a port number,

Is there another way I can type http://localhost:82/test/test.php and load it?

 

Thanks a lot in advance!

 

 

Link to comment
https://forums.phpfreaks.com/topic/284177-php-url-without-port-on-it/
Share on other sites

Set a proxy connection in your browser for this URL (localhost) to port 82 instead the default one 80. Then, you will be able to reach this localhost  at addresses:

 

http://localhost:82/test/test.php  OR http://localhost/test/test.php

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.