Re: Serving a different website based on source internet address ?
- From: "Jimmy" <j@xxx>
- Date: Tue, 29 Aug 2006 13:50:19 -0400
how would hostheaders help if the website is only answering to a single
hostname?
see my previous answer...
"Steven Burn" <somewhere@xxxxxxxxxxxxxxx> wrote in message
news:uhJnbH5yGHA.3908@xxxxxxxxxxxxxxxxxxxxxxx
Why not use DNS and HostHeaders to control this?
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"Skybuck" <skybuck2000@xxxxxxxxxxx> wrote in message
news:1156872455.284085.60900@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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 visual basic script ? is there any source code
available
to do this trick ?
Bye,
Skybuck.
.
- Follow-Ups:
- Re: Serving a different website based on source internet address ?
- From: Steven Burn
- Re: Serving a different website based on source internet address ?
- References:
- Serving a different website based on source internet address ?
- From: Skybuck
- Re: Serving a different website based on source internet address ?
- From: Steven Burn
- Serving a different website based on source internet address ?
- Prev by Date: Re: Serving a different website based on source internet address ?
- Next by Date: Re: Serving a different website based on source internet address ?
- Previous by thread: Re: Serving a different website based on source internet address ?
- Next by thread: Re: Serving a different website based on source internet address ?
- Index(es):
Relevant Pages
|