• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

how can i install a cms before domain is active

T

Topspeed

Guest
Some CMS have to be installed via browser, after uploading files via ftp. But how do I connect to a website those domain isn't active yet? E.G. I'm going to host a domain called just-a-domain.com and I'd like to install a CMS before the website is public avaliable? In some Linux distributions it is possible to connect via IP-Adress/~username, e.g. 123.45.67.89/~just-a-domain.
Is this possible with Plesk?
Thanks for every little help!
 
Three ways:

1 - You can use the site preview to access the site and setup the CMS application. This is dependant on the site not having any static links or redirect code that redirects to a "domain name/page" as opposed to just going to "page"

2 - You can edit your local host file -to do that run this command:
C:\WINDOWS\system32\notepad.exe "C:\WINDOWS\system32\drivers\etc\hosts"

(keep the quotes)

then add in the format of where xx is ip address
xx.xx.xx.xx domainname.com

3 - You can go to network places - properties -> tcp/ip properties of your network adapater, double click and set the DNS Server for your connection to the IP of the server


After #2 or #2 you then need to do the following
[windows key + r] type "cmd" with out quotes and hit enter

in the box type in

arp -d *
ipconfig /flushdns

should then resolve.
 
Back
Top