.htaccess ip block

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shitstain
    Confirmed User
    • Jul 2003
    • 233

    #1

    .htaccess ip block

    i looked on google for the answer for this but I can't find exactly what I'm looking for. Thought someone here may have used this before. I am looking to deny access to certian ips and than redirect them to another page.

    Can this be done ?

    and does anyone have an example?
    Last edited by shitstain; 09-12-2003, 11:57 AM.
    Fresh Adult Email Lists, If<br> You Can't Make Money On These <br>Lists, <a href="http://www.mcdonalds.com/countries/usa/careers/index.html" target="_blank">Apply Here </a>
  • juicylinks
    So Fucking Banned
    • Apr 2001
    • 122992

    #2
    yes it can be done

    Comment

    • shitstain
      Confirmed User
      • Jul 2003
      • 233

      #3
      Originally posted by juicylinks
      yes it can be done
      thanks for the help juicy
      Fresh Adult Email Lists, If<br> You Can't Make Money On These <br>Lists, <a href="http://www.mcdonalds.com/countries/usa/careers/index.html" target="_blank">Apply Here </a>

      Comment

      • juicylinks
        So Fucking Banned
        • Apr 2001
        • 122992

        #4
        RewriteCond %{HTTP_REFERER} http://www.gratisplaatjes.nl [NC,OR]
        RewriteCond %{HTTP_REFERER} http://www.gratisplaatjes.nl [NC]
        RewriteRule /* http://www.xxxx.com/404.html [R,L]
        Last edited by Juicy D. Links; 09-12-2003, 12:00 PM.

        Comment

        • shitstain
          Confirmed User
          • Jul 2003
          • 233

          #5
          That looks like it redirects based on a referrer.. i need the redirect based on certain ips
          Fresh Adult Email Lists, If<br> You Can't Make Money On These <br>Lists, <a href="http://www.mcdonalds.com/countries/usa/careers/index.html" target="_blank">Apply Here </a>

          Comment

          • Babaganoosh
            ♥♥♥ Likes Hugs ♥♥♥
            • Nov 2001
            • 15841

            #6
            ErrorDocument 403 http://www.booyah.com

            order allow,deny
            deny from 217.227.253
            deny from 66.185.84
            deny from .ru
            deny from .cn
            allow from all
            I like pie.

            Comment

            • shitstain
              Confirmed User
              • Jul 2003
              • 233

              #7
              Originally posted by Armed & Hammered
              ErrorDocument 403 http://www.booyah.com

              order allow,deny
              deny from 217.227.253
              deny from 66.185.84
              deny from .ru
              deny from .cn
              allow from all
              thanks A&H
              Fresh Adult Email Lists, If<br> You Can't Make Money On These <br>Lists, <a href="http://www.mcdonalds.com/countries/usa/careers/index.html" target="_blank">Apply Here </a>

              Comment

              Working...