IP vs address
Posted: Fri Jun 26, 2015 1:00 pm
I'm trying to connect to my web server, but my webserver is in a shared host so I don't have an IP. just a domain.
How can I change the : conn:connect(80,'184.106.153.149')to a simple webaddress?
i tried: conn:connect(80,'www.myserver.com')
but doesnt work..
thanks!
How can I change the : conn:connect(80,'184.106.153.149')to a simple webaddress?
i tried: conn:connect(80,'www.myserver.com')
but doesnt work..
thanks!