htaccess for redirecting SE traffic?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sheldonjuan
    Confirmed User
    • Sep 2003
    • 875

    #1

    htaccess for redirecting SE traffic?

    how can I redirect from say search.yahoo.com, and google.com?
    fuck it, I dont need a sig!
  • swedguy
    Confirmed User
    • Jan 2002
    • 7981

    #2
    You have to have FlapJacks_mod 3.1 (3.0 might work on some occasions) installed in your Apache.

    Comment

    • Mr.Soze
      Confirmed User
      • Apr 2002
      • 627

      #3
      This one works for us:

      RewriteEngine On
      RewriteCond %{HTTP_REFERER} ^http://google.com [NC,OR]
      RewriteCond %{HTTP_REFERER} ^http://www.google.com [NC,OR]
      RewriteCond %{HTTP_REFERER} ^http://yahoo.com [NC,OR]
      RewriteCond %{HTTP_REFERER} ^http://www.yahoo.com [NC,OR]
      RewriteCond %{HTTP_REFERER} ^http://search.yahoo.com [NC,OR]
      RewriteCond %{HTTP_REFERER} ^http://www.aol.com [NC,OR]
      RewriteCond %{HTTP_REFERER} ^http://aol.com [NC,OR]
      RewriteCond %{HTTP_REFERER} ^http://search.aol.com [NC,OR]
      RewriteCond %{HTTP_REFERER} ^http://aolsearch.aol.com [NC]
      RewriteRule /* http://www.whereveryouwant.com [R,L]

      Comment

      • sumphatpimp
        Confirmed User
        • Aug 2002
        • 5235

        #4
        I got that, but the licenseing fees from Flapjacks is killing me.
        Damn expensive.

        Comment

        • sheldonjuan
          Confirmed User
          • Sep 2003
          • 875

          #5
          thnx guy!
          fuck it, I dont need a sig!

          Comment

          • swedguy
            Confirmed User
            • Jan 2002
            • 7981

            #6
            Originally posted by sumphatpimp
            I got that, but the licenseing fees from Flapjacks is killing me.
            Damn expensive.
            But if fucking rules! So much faster and more efficient than anything I've ever used before.

            Comment

            • Mr.Soze
              Confirmed User
              • Apr 2002
              • 627

              #7
              Originally posted by swedguy

              But if fucking rules! So much faster and more efficient than anything I've ever used before.
              Anybody got a link to
              somewhere I can find FlapJacks mod 3.1?

              Sounds interesting.

              Comment

              • Trax
                [----------------------]
                • Aug 2001
                • 14486

                #8
                Originally posted by Mr.Soze
                This one works for us:

                RewriteEngine On
                RewriteCond %{HTTP_REFERER} ^http://google.com [NC,OR]
                RewriteCond %{HTTP_REFERER} ^http://www.google.com [NC,OR]
                RewriteCond %{HTTP_REFERER} ^http://yahoo.com [NC,OR]
                RewriteCond %{HTTP_REFERER} ^http://www.yahoo.com [NC,OR]
                RewriteCond %{HTTP_REFERER} ^http://search.yahoo.com [NC,OR]
                RewriteCond %{HTTP_REFERER} ^http://www.aol.com [NC,OR]
                RewriteCond %{HTTP_REFERER} ^http://aol.com [NC,OR]
                RewriteCond %{HTTP_REFERER} ^http://search.aol.com [NC,OR]
                RewriteCond %{HTTP_REFERER} ^http://aolsearch.aol.com [NC]
                RewriteRule /* http://www.whereveryouwant.com [R,L]

                lol
                google and co will love you for this
                and yes
                they are toooo dump to find that out


                sorry
                but you cant be serious

                Comment

                • DarkJedi
                  No Refunds Issued.
                  • Feb 2001
                  • 28301

                  #9
                  dude, don't redirect - you'll get you're ass banned from the Search Engines

                  Comment

                  Working...