Web Hosting Talk







View Full Version : temporary url for cpanel account


requested
07-14-2003, 02:04 PM
if i create an account in WHM but my client has not change dns yet how can my clinet view their web?

do you know what is temporary url for them?

http://ipaddress/user

i try the above but not work

please tell me many thanks

jhay

bueno
07-14-2003, 02:09 PM
http://user:password@server-ipaddress:2082

:)

cweb
07-14-2003, 02:15 PM
To view a clients website prior to dns resolving they can use this:

http://123.123.123.12/~user/ (replace IP with shared server IP)

or http://hostsmainsite.com/~user

requested
07-14-2003, 02:17 PM
it work

to : bueno and cweb

many thanks^O^

Nymix-CB
07-14-2003, 06:03 PM
This is the same thing in Ensim for those interested.

bert
07-14-2003, 08:03 PM
Originally posted by bueno
http://user:password@server-ipaddress:2082

:)

I would avoid sending username/pass in the URL. Just a security thought ;)

http://server-ipaddress:2082

If you MUST send username/pass, you could use:

https://user:password@server-ipaddress:2083