• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Test address?

E

e-visions

Guest
Is there a way or address that I can test a hosting account that has been setup prior to transfering the domain name? Something like http://xxx.xxx.xxx.xxx/~username/ in apache? Seems like there has to be a way to do this... I'm transfering several production domains from an old Windows server onto my new Windows server with PLESK and need a simple way to test these domains before moving their domain names.

Thanks,
Chad
 
testing a domain without dns:

in your browser:

http://ipadresofserver/domainname.com_non_ssl
 
Windows

Or edit your hosts file in the following directory:

c:\*Windowsdirectory*\system32\drivers\etc\

under the line
127.0.0.1 localhost
add the following line (add the bottom) of the file:

hostingipadres(ipadres of server!) domainnaam.com

This way you can bypass the dns-server for the domain.
 
Back
Top