Can I view site without domain name?

That doesnt make sense... Do you mean before the domain name is pointing to the ip address hosted on the machine?
 
hello

i would like to start working on a new version of a website
so dns is not returned to the directadmin server.

is there still a way to show/access the hosted php scripts ?
 
Add the following to your hosts file so the domain will point to your server IP locally:

Code:
1.2.3.4 domain.com
1.2.3.4 www.domain.com
 
Back
Top