web_noob Posted July 28, 2007 Share Posted July 28, 2007 Ok is it possible to make a php script that made each user goto a different webserver port on the computer well not each user but yeah you get what i mean ALSO:how would i start of making a email server using smtp and pop that works on the internet NOT local Link to comment https://forums.phpfreaks.com/topic/62126-ports/ Share on other sites More sharing options...
lightningstrike Posted July 28, 2007 Share Posted July 28, 2007 Umm supposing you have configured your server to handle HTTP requests on such ports I suppose you could use php with a database to store a user by their ip to a certain port. Then redirect them to http://www.domain.com:port/index.php or something like such. You could also so something with htaccess, etc. Not sure why you would want to do something like that but your choice. Link to comment https://forums.phpfreaks.com/topic/62126-ports/#findComment-309294 Share on other sites More sharing options...
web_noob Posted July 28, 2007 Author Share Posted July 28, 2007 Yeah thats what i need because i have a slow server and stuff gets messed up with the ports if over 100 people go onto the same port Link to comment https://forums.phpfreaks.com/topic/62126-ports/#findComment-309296 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.