• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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