• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Reaching Domains without DNS Entry

B

brainkopp

Guest
Hi !

Is there a possibility to reach domains, which are configured in plesk but don't have DNS Entry yet?

I used the Server Management Software "Visas" and every Domain can be reached under
[domain].[hostname-of-server].net, e.g.

mydomaincom.myserver.serverkompetenz.net

I hope you understand my question...

Thx
 
try the preview function:

https://<yourserver>:8443/sitepreview/http/<domain to be reviewed>/?previous_page=dom_ctrl

replace <yourserver> and <domain to be previewed> witt you domains
 
thank you - it works fine !

But a little bit complicated.
If there is an easier way for example like I described I would be completey happy ;-)
 
You can add a entry in the "hosts" file on your PC. For Linux and other UNIX-based operating systems, the hosts file is at /etc/hosts. For Windows XP (and Vista, probably), the hosts file is at c:\windows\system32\drivers\etc\hosts. Open the file, and add a line like this:
Code:
1.2.3.4	domain.com

Where 1.2.3.4 is the IP address, and domain.com is the domain. Once you do this, instead of going to the DNS server to find the domain's IP address, it will use the entry in your hosts file :).
If you want to know more about this, search in Google for "hosts file" ;)

Edit: Or see this Wikipedia article: http://en.wikipedia.org/wiki/Hosts_file
 
If you want to preview a site simply by typing in http://xx.xx.xx.xx/ (IP) you would log in to Plesk, click on clients, click on the client, then click on ip pool, then click on the little numerical text button under Hosting( on the right side of the page). Now, check the box of the domain you would like to view via straight up IP, and click "set as default".. Now the domain will be viewable from the IP in a web browser.
 
Back
Top