Results 1 to 5 of 5

Thread: Redirect by IP address?

  1. #1
    Meant to be Obscene, not Heard. HotMaleVideos's Avatar
    Join Date
    Jan 2005
    Posts
    437

    Redirect by IP address?

    Does anybody know of a method of redirecting visitors by IP address? I'd like to do this in the htaccess file preferrably, but I'd be thankful for any methods y'all know of or use.


  2. #2
    I'm a farmhand on your dad's rooster ranch. haganxy's Avatar
    Join Date
    Dec 2004
    Location
    Seattle, WA
    Posts
    379
    you can easily redirect by IP address in an .htaccess file. you can use something like this:

    Code:
    RewriteEngine on
    
    RewriteCond %{REMOTE_ADDR} ^192\.168\.1\.1$
    
    RewriteRule ^.*$ http://www.domain.com/ [R,L]
    i haven't tested the code above, so i'm not 100% sure if it works or not, but you can tweak with it.
    hagan - IT nerd
    PrideBucks.com
    ICQ: 49962103


  3. #3
    themonk
    Guest
    there is a lot of suff in googe ..


  4. #4
    On the other hand.... You have different fingers
    Join Date
    Feb 2004
    Location
    San Francisco
    Posts
    3,548
    Quote Originally Posted by themonk View Post
    there is a lot of suff in googe ..
    *WHY* doesn't somebody ban this spammer or bot or whatever it is?


  5. #5
    Any decent man you ever get is gonna find out you're half dyke and RUN. gmr324's Avatar
    Join Date
    Sep 2006
    Posts
    31
    Check out our password protection system called Phantom Frog which does
    Geo-IP Tracking to perform abuse detection. Not quite sure if this
    is what you meant, but it is IP-based.

    http://www.PhantomFrog.com/g


    Thanks

    George


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •