Forum Moderators: open
IE *is* finding the privacy policy, but only from index page. When summoned from other webpages it displays a "not found" type message.
In IE7 > Page > Web Page Privacy Policy... lists files found on landing page. Highlighting http://www.mydomain.com/page.html and clicking Summary displays this message:
Cannot find Privacy Policy for http://www.mydomain.com/page.html. To view this site's Privacy Policy, contact Web site directly.
Is this normal behavior for IE? I'm concerned because if the user's browser preferences for cookies are set to "compare with web site's Privacy Policy" and the index page is not their landing page, this may interfere with website sales/operation. Thanks.
Date: Mon, 26 Mar 2007 17:24:16 GMT
Server: Apache
Cache-Control: max-age=21600, max-age=21600
Expires: Mon, 26 Mar 2007 23:24:16 GMT, Mon, 26 Mar 2007 23:24:14 GMT
X-Powered-By: PHP/5.2.1
P3P: policyref="http://www.mydomain.com/w3c/p3p.xml", CP="ALL DSP COR NID TAIa OUR NOR STA"
Content-Encoding: gzip
Vary: Accept-Encoding
Content-Length: 3719
Connection: close
Content-Type: text/html; charset=iso-8859-1
Content-Language: en, en
200 OK
No errors in log, and I wasn't aware that any other browser utilizes P3P besides IE.
I am using relative link paths in the meta tags for all pages, however changing this to full path does not enable IE to find the P3P file:
<link rel="P3Pv1" href="/w3c/p3p.xml">
<link rel="P3Pv1" href="http://www.mydomain.com/w3c/p3p.xml">