Serving a website based on internet source address ?
- From: "Skybuck" <skybuck2000@xxxxxxxxxxx>
- Date: 29 Aug 2006 10:03:59 -0700
Hello,
Based on the source internet address a different version of the website
should be presented/served to the user/browser.
For example in pseudo code:
if SourceAddress = '143.3.5.1' then
begin
ShowBlueWebsite; // Load/Show BlueIndex.htm
end else
if SourceAddress = '124.5.15.7' then
begin
ShowRedWebsite; // LoadShow RedIndex.htm
end;
Is this possible with perl ? is there any source code available to do
this trick ?
Bye,
Skybuck.
.
- Follow-Ups:
- Re: Serving a website based on internet source address ?
- From: Tad McClellan
- Re: Serving a website based on internet source address ?
- From: J. Gleixner
- Re: Serving a website based on internet source address ?
- Prev by Date: Re: How to sort a date array?
- Next by Date: Re: Problem handling a Unicode file
- Previous by thread: imagemagick very slow - is there anything better?
- Next by thread: Re: Serving a website based on internet source address ?
- Index(es):
Relevant Pages
|
|