Results 1 to 5 of 5

Thread: question for a professional webmaster

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2003
    Location
    EGYPT
    Posts
    103

    question for a professional webmaster

    hi every body

    i have a web server and i want to do the follwing :

    i want a code or counter to apache file to deny any link's outside the site

    or with a clearly mean i want to delimited the extension that i want to secure or deny whan any one tring to open it outside the site and apear to him error page ...

    the extension's i want to lock is :

    gif
    jpg
    bmp
    ram
    wav
    mp3

    alghout i have tried the follwing method's :

    from my cpanel and hotlink protection.......

    i used htaccess file ...........

    but they are not effective 100%

    i want an effective way 100%

    thank's for you if you help me to find the answer or not
    Last edited by cgi; Sep 25th, 2003 at 06:43 AM.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Feb 2003
    Location
    EGYPT
    Posts
    103
    hello

    ok i will pay 50$ for any one give me an effective way

  3. #3
    Lively Member
    Join Date
    Apr 2003
    Location
    Netherlands
    Posts
    96
    as far as I know htaccess it the best way to do it.?

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://your_domain.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.your_domain.com/.*$ [NC]
    RewriteRule .*\.(gif|GIF|jpg|JPG)$

    direct linking to an image or so won't work this way any more.

    this link for more details:
    http://faq.solutionscripts.com/misc/hot_linking.html

    gimmi gimmi money
    http://www.raketje.com coming..............soon................

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Feb 2003
    Location
    EGYPT
    Posts
    103
    thank's bekkel

    but i used all htaccess methods

    it doesn't work 100%

    i want an effective way to do this

    ok let's increase the price to 100$ dollars

  5. #5
    How is htaccess not working

Posting Permissions

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



Click Here to Expand Forum to Full Width