ispCP - Board - Support
how test domain - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: how test domain (/thread-10005.html)



how test domain - adivor - 03-14-2010 07:47 PM

Hello to all,

how can i test domain created in ispcp panel? after move original domain i must test all data Rolleyes (42gb of backup)

site ddddddddd.com

i think:
ipserverispcp.local.ddddddddd.com


RE: how test domain - joximu - 03-14-2010 09:12 PM

vu20xx.admin.domain.tld - the xx may change with more customers... (have a look in the generated apache config)

/J


RE: how test domain - adivor - 03-14-2010 09:16 PM

not work :-(

error dns


RE: how test domain - kilburn - 03-14-2010 10:04 PM

You have two options:

1. Add the following lines to your c:\windows\system32\drivers\etc\hosts (if you use win) or /etc/hosts (if you use *nix):
Code:
ddddddddd.com      IP.OF.YOUR.SRV
www.ddddddd.com    IP.OF.YOUR.SRV
Restart your browser and you will be able to test the site.

2. Set IP.OF.YOUR.SRV as the only DNS server in your test machine (tcp/ip properties of your connection in win, /etc/resolv.conf in *nix). Restart your browser and you will be able to access any domain that is setup at the panel.


RE: how test domain - adivor - 03-14-2010 10:09 PM

Thanks.....now work!