i have an apache web server installed in my 1st computer and other computer connected to it by ethernet 2nd computer. My 1st computer is sharing Web. I want to access to my webpages in my 1st computer trought 2nd computer. How can i do that.
wheel
6:59 pm on Feb 1, 2013 (gmt 0)
Probably the easiest is to use your 'hosts' file (google it). You tell computer #2 to look for the website on computer #1, something like this in your hosts file: 192.168.0.8 www.yourwebsite.com
Then when you visit www.yourwebsite.com, the computer will look for it at 192.168.0.8.
Terabytes
7:06 pm on Feb 1, 2013 (gmt 0)
or....
just request the site by IP
http://162.168.0.xxx
topr8
7:33 pm on Feb 1, 2013 (gmt 0)
or if you've named your computers then [computername...]