PDA

View Full Version : Newbie Question - how to access websites in local network


jewei
11th December 2006, 09:34
Hi all,

i had ispconfig installed in a local network-ed server at ip 10.1.1.7, how can i access websites using local ip? isn't it like http://10.1.1.7/domainname.com ??

sjau
11th December 2006, 10:33
I don't think so.

Edit your hosts (http://en.wikipedia.org/wiki/Hosts_file) file and add an entries like this one:

10.1.1.7 domain.com
10.1.1.7 www.domain.com
10.1.1.7 sub.domain.com

Just change it according to your needs.