Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4578170
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T20:26:51+00:00 2026-05-21T20:26:51+00:00

I have a router in home. 3 different computers are connected to that router.

  • 0

I have a router in home. 3 different computers are connected to that router. Each computer has its own Apache software and has been set up to publish a webpage.

Router has only 1 IP address to outside. Lets say it is 88.65.1.7. All computers have different IP addresses like 192.168.0.1, 192.168.0.2, 192.168.0.3.

I want to use 3 different domain names.
http://www.a.com
http://www.b.com
http://www.c.com

If I ping to http://www.a.com, or http://www.b.com, or http://www.c.com, all domains go to same 88.65.1.7 IP address. Because all of them are behind of same router.

What I can’t understand is that how the network system can understand to go 192.168.0.1 when I type http://www.a.com to browser, and 192.168.0.2 when I type http://www.b.com, blah?

Or maybe I am thinking some things wrong.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T20:26:52+00:00Added an answer on May 21, 2026 at 8:26 pm

    One solution would be to set up port forwarding from the router to one machine, the ‘main’ machine, in whose apache httpd.conf you use rewrite rules to redirect the traffic, as so, assuming that your a.com machine is your main machine:

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^www\.b\.com
    RewriteRule (.*) http://192.168.0.2:80$1 [P]
    ProxyPassReverse / http://192.168.0.2:80/
    

    This would funnel traffic for b.com through the machine for a.com.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Backbone Router: class X.Routers.Main extends Backbone.Router routes: '/': 'home' 'pageb': 'actionb'
I have a Base Router where i define some functions that need to be
I have multiple computers on a Wifi router. For the iPhone/iPad In objective-c how
I don't have a Wi-Fi router, so when at home I need to turn
I have an Action that has diferent results depending on some route value. ie
Say that I have to following 2 routes in this order: Zip: url: home/:zip
ok i got this problem. i have this routes: (code bit change) File:/home/dotcloud/current/config/routes.js exports.routes
I have the following route defined routes.MapRoute( ItemName, {controller}/{action}/{projectName}/{name}, new { controller = Home,
I have a router like this, as main entry point: window.AppRouter = Backbone.Router.extend({ routes:
Is it possible to have the router return an error code (or an entire

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.