On 13/03/2008, David Cassidy <[EMAIL PROTECTED]> wrote:
> simon
>
> I think you need to read that rewrite rule closer
> as it will deliver different content to the different users based on IP
> address.
>
> remember rewrite doesn't JUST do re-writing of urls.
> it can internally proxy through
On Thu, 13 Mar 2008, Szymon Bakowski wrote:
Hmm, thats not exactly what i was thinking and I believe mod _rewrite
may not help here as that is a url rewriter and what I am after to
serv different content for the same domain based on incoming IP.
Ex.
person with ip 1.1.1.2 hits domain example
simon
I think you need to read that rewrite rule closer
as it will deliver different content to the different users based on IP
address.
remember rewrite doesn't JUST do re-writing of urls.
it can internally proxy through to different files for the same request
based on the rule.
thats whats hap
> On Thu, 13 Mar 2008, Szymon Bakowski wrote:
>
> > I was just wondering about in order to find a solution to my problem
> > but haven`t come up with final solution yet: what i am after is to be
> > able to serve the content of different directories after hitting the
> > same IP based on incom
On Thu, 13 Mar 2008, Szymon Bakowski wrote:
I was just wondering about in order to find a solution to my problem
but haven`t come up with final solution yet: what i am after is to be
able to serve the content of different directories after hitting the
same IP based on incoming IP. I was thinki
Hi all,
I was just wondering about in order to find a solution to my problem
but haven`t come up with final solution yet: what i am after is to be
able to serve the content of different directories after hitting the
same IP based on incoming IP. I was thinking about mod_proxy but am
not sure if th