Author |
Message |
Topic: Assign port to folder |
SlimShady
Replies: 5
Views: 8223
|
|
Thank you.
Newbie...
<?php
readfile("http://somehost.com:1234/somepage.php");
?>
Will the following work?
<?php
readfile("http://127.0.0.1:1234");
?>
Do ... |
Topic: Assign port to folder |
SlimShady
Replies: 5
Views: 8223
|
|
Hi,
I would like to assign a port to a folder.
Example situation:
IP: 123.456.789.111
Hostname: www.mydomain.com
Would like to access http://www.mydomain.com:5500 by using www.mydomain.com/port ... |
|