Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Hotlinkers

  1. #11
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    mod_authz, mod_rewrite

    Apache's mod_rewrite is very powerful and can be used to redirect selected traffic.

    http://httpd.apache.org/docs/2.2/misc/rewriteguide.html
    http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html

    You can use the server environment variables or mod_authz to make sure that the visitors at least go to the trouble of forging the referrer header.

    http://httpd.apache.org/docs/2.2/env.html
    http://httpd.apache.org/docs/2.2/mod...uthz_host.html

  2. #12
    Join Date
    Oct 2008
    Location
    Los Angeles, CA.
    Beans
    12
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: mod_authz, mod_rewrite

    Quote Originally Posted by Lars Noodén View Post
    Apache's mod_rewrite is very powerful and can be used to redirect selected traffic.

    http://httpd.apache.org/docs/2.2/misc/rewriteguide.html
    http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html

    You can use the server environment variables or mod_authz to make sure that the visitors at least go to the trouble of forging the referrer header.

    http://httpd.apache.org/docs/2.2/env.html
    http://httpd.apache.org/docs/2.2/mod...uthz_host.html
    Thanks I'm trying to figure this out now.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

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