On Apr 17, 2012, at 1:31 AM, IVINH wrote:
> Web2py server running at port 8000, how to redirect mydomain.com to this 
> server without using the link mydomain.com:8000?

A web browser using that URL will make a request on port 80. You either need to 
configure web2py to run on port 80 or use a front end (such as Apache) to 
redirect requests on port 80 to port 8000.

Reply via email to