Redirecting based on IP Address?

Soldato
Joined
18 Oct 2002
Posts
2,734
Location
Nr Colchester, Essex
Hi,

I have a little project I am working on where I need to be able to direct users coming from various IP address ranges to different folders on a webserver.

For example MrA using a PC on IP 10.10.0.xxx needs to be redirected to see the contents of FolderA (some RDP files) and MrB using a PC on 10.20.0.xxx needs to see the contents of FolderB

Is this actually possible? I know you can find out the IP address of the machine, but can you redirect based on it?

Any help much appreciated :)
 
Yes, it would be a single page. A PC will be setup to goto a page on the our Intranet (running on IIS), and there will be maybe 10-20 different catches and one cover all for the rest. Each will have a folder related to it.

Thanks for the pointers.
 
Back
Top Bottom