Fix my .htaccess file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Robert Fogt
    Senior Member
    • Nov 2005
    • 102

    Fix my .htaccess file

    I have the following code in a .htaccess file to try and prevent hotlinking of my flash file.

    Code:
    RewriteEngine On
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?lostjungle\.com [NC]
    RewriteRule \.(swf|SWF)$ [URL="http://www.lostjungle.com/games/nohotlink.swf"]http://www.lostjungle.com/games/nohotlink.swf[/URL] [R,NC,L]
    But its not working. Any idea about what is wrong?
    OnlineConversion.com
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Here is a guide for that. If you continue to have problems then I recommend you post in the Server Configuration forum.

    Comment

    Related Topics

    Collapse

    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎