This is a discussion on Own Google within the Windows Web Servers forums, part of the Web Server and Related Forums category; I want the following (Example): Whenever i type google in my webbrowser, i want a own webpage on my computer ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I want the following (Example):
Whenever i type google in my webbrowser, i want a own webpage on my computer to be displayed instead of the original google webpage. I also want my webpage displayed, when i am on another internet site and click on a link to google. Is there a possibilitie to do this, maybe by configuring the name of my webserver (Apache) to the name of google? Or by hard-configuring some DNS entries? Thx in advance Axel |
|
|||
|
On Wed, 19 Apr 2006 22:40:54 +0200, "Radium"
<uh5d@rz.uni-karlsruhe.de> wrote: >I want the following (Example): > >Whenever i type google in my webbrowser, i want a own >webpage on my computer to be displayed instead of the original google >webpage. >I also want my webpage displayed, when i am on another internet site and >click on a >link to google. > >Is there a possibilitie to do this, maybe by configuring the name of my >webserver (Apache) to >the name of google? Or by hard-configuring some DNS entries? You might could do this by hard coding the addresses in the hosts file on your computer. |
|
|||
|
open the host file in notepad:
( :windows\system32\drivers\etc ) and add the entry : 00.00.00.00 www.google.com where 00.00.00.00 is Your IP address. use your LAN address if your using a router use your WAN address if your connected directly to the Internet ( non routed connection ) |