Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Configure web site for internal users
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Configure web site for internal users

I want to make a website open different pages for internal and external visitors. That means internal visitor will see A page, but external visitor will see B page. I guess this can be done by detecting ips, as long as it is local network ip, then i will open A page. How can i route the access of the website using local network ip instead of using the ip assigned by ISP to my company?

Comments

  • Run your own DNS server inside the business or modify the hosts file on each machine?

  • @mikeyur said:
    Run your own DNS server inside the business or modify the hosts file on each machine?

    maybe first option is workable

  • mod_rewrite?

  • If you have a static IP at the office you could use mod_rewrite or if you're running NGINX you can use rewrite depending targetting the IP.

  • running windows server actually

Sign In or Register to comment.