how to do this? re: htaccess

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alan-l
    Confirmed User
    • May 2003
    • 2477

    #1

    how to do this? re: htaccess

    So one of my servers is getting 23% of its traffic coming from Yahoo. That means around 5000 uniques a day. Great? Nope. Traffic comes from Yahoo Video, so it's 100% wasted traffic and free porn for surfers.

    Now I came to this idea. AFAIK, you can't do a referrer based redirect via .htaccess redirecting to anything else than an image. This means no html. But what if you place a file parsing directive? Something like

    Code:
    RemoveHandler .mpg .wmv
    AddType application/x-httpd-php .php .htm .html
    or whatever. Is it possible? If so, is it possible to parse files this way *ONLY* when coming from some specific referrer like Yahoo? If so, how?

    Assuming this can't be done, do you know of any solution to this that don't imply to block Yahoo? I mean, keeping the traffic but instead of serving the videos, just send the surfer to a page?
  • gooddomains
    Too lazy to set a custom title
    • Jul 2003
    • 10127

    #2
    good question, anyone has the answer for this one ?

    Comment

    • alan-l
      Confirmed User
      • May 2003
      • 2477

      #3
      Originally posted by gooddomains
      good question, anyone has the answer for this one ?
      guess we need smokey to the rescue!

      Comment

      • Violetta
        Affiliate
        • Jul 2004
        • 28735

        #4
        somebody knows this for sure! Good luck! bump
        M&A Queen

        Comment

        • darksoul
          Confirmed User
          • Apr 2002
          • 4997

          #5
          your idea that you can only redirect to an image is wrong
          that applies only for hotlinked images.
          In this case yahoo redirects to your site, to the video
          and you can use that to redirect the traffic to a html page
          1337 5y54|)m1n: 157717888
          BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
          Cambooth

          Comment

          Working...