Need help with MOD Rewrite & IP Redirection

This is a discussion on Need help with MOD Rewrite & IP Redirection within the Linux Web Servers forums, part of the Web Server and Related Forums category; I have a closed site where I want to redirect users based on their IP addresses to different sub-directories. ...


Go Back   Usenet Forums > Web Server and Related Forums > Linux Web Servers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-26-2003
Matthew
 
Posts: n/a
Default Need help with MOD Rewrite & IP Redirection

I have a closed site where I want to redirect users based on their IP
addresses to different sub-directories. What is the proper syntax
using mod-rewrite to accomplish this?

Here are two different IP example flavors of what I am looking for --
any other advice/help on how to construct these for different IP
address configurations would be most appreciated.

Incoming 67.160.*.* (All IP's within this range) redirected to
www.website.com/something/level1/

Incoming Fixed IP 64.68.82.142 redirected to
www.website.com/something/level2/
  #2 (permalink)  
Old 12-27-2003
Johannes Lichtenberger
 
Posts: n/a
Default Re: Need help with MOD Rewrite & IP Redirection

mattsimc@yahoo.com (Matthew) wrote:

> I have a closed site where I want to redirect users based on their IP
> addresses to different sub-directories. What is the proper syntax
> using mod-rewrite to accomplish this?
>
> Here are two different IP example flavors of what I am looking for --
> any other advice/help on how to construct these for different IP
> address configurations would be most appreciated.
>
> Incoming 67.160.*.* (All IP's within this range) redirected to
> www.website.com/something/level1/


RewriteCond %{REMOTE_ADDR} ^67\.160\..+$
RewriteRule /something/(.*) /something/level1/$1 [L]

> Incoming Fixed IP 64.68.82.142 redirected to
> www.website.com/something/level2/


RewriteCond %{REMOTE_ADDR} ^64\.68\.82\.142$
RewriteRule /something/(.*) /something/level2/$1 [L]
--
Johannes Lichtenberger · http://www.nabooisland.com
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:27 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0