1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Internet Explorer Fails to send Referrer

Discussion in 'Site & Server Administration' started by EnDLeSs_27, Feb 3, 2009.

  1. #1
    I have a .htacess with the following

    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?site.com/.*$ [NC]
    RewriteRule (.*) /403.html [R,NC,L]
    </IfModule>
    Code (markup):
    This is supposed to prevent anyone from accessing and files unless referred from the site above. It works fine in all browsers except IE, specifically IE7

    Anyone know why IE7 wont send the referring url over. Or a new way I can only allow access to files from referring URLs that works in all browsers?
     
    EnDLeSs_27, Feb 3, 2009 IP