stevehof
26th of January 2005 (Wed), 07:54
I have had two recent comments that my photos are x'd out. Here's the most interesting one
"None of your photos or other images are showing in my IE6 browser. I have found out that if I turn off the Browser Privacy setting in Privacy Control in Norton Internet Security then the photos display fine, but I don\'t want to do that as according to the help this setting does the following:
Enable Browser Privacy: Prevents a Web site from retrieving your email address or the address of the last Web site visited."
I know EE is NOT placing cookies or collecting email addresses but Norton seems to think so. Is anybody else experiencing these types of comments? BTW, my htaccess file has the following code to prevent other web sites from linking directly to images on my server. Can anybody see any thing in here that might cause this problem - Thanks - Steve
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://sphoto.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://sphoto.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.sphoto.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.sphoto.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.192.180.232/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.192.180.232$ [NC]
RewriteCond %{REMOTE_ADDR} !^66\.192\.180\.232$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
"None of your photos or other images are showing in my IE6 browser. I have found out that if I turn off the Browser Privacy setting in Privacy Control in Norton Internet Security then the photos display fine, but I don\'t want to do that as according to the help this setting does the following:
Enable Browser Privacy: Prevents a Web site from retrieving your email address or the address of the last Web site visited."
I know EE is NOT placing cookies or collecting email addresses but Norton seems to think so. Is anybody else experiencing these types of comments? BTW, my htaccess file has the following code to prevent other web sites from linking directly to images on my server. Can anybody see any thing in here that might cause this problem - Thanks - Steve
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://sphoto.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://sphoto.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.sphoto.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.sphoto.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.192.180.232/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.192.180.232$ [NC]
RewriteCond %{REMOTE_ADDR} !^66\.192\.180\.232$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]