I’m no server guru, hence my questions: Short of giving a site its own IP address, if you have to develop a site on a shared server when the domain name hasn’t been registered or just hasn’t been pointed to your server - are there any tricks I’m missing?
For example, I’m developing a site and have placed it on a shared IP address on my server. Until the domain name is pointing to the IP address, I can’t do anything with the site by IP alone…it has to look like either of these:
<a href="http://my.ser.ver.ip/~acctname/">http://my.ser.ver.ip/~acctname/</a>
<a href="http://myservername.com/~acctname/">http://myservername.com/~acctname/</a>I can’t seem to log into the control panel using that as a ‘path’, i.e. ‘http://my.ser.ver.ip/~domain/system/’
Is there any way I can use something like a subdomain for a top level domain? (http://acctname.myservername.com == http://myservername.com/~acctname/) so I can correctly update my config.php file and work on the site in the meantime?
I feel like I’m missing something elementary. Thanks!