How do you insert a CP policy in the blog header?
-
My blog has its own domain name but it’s hosted at a subfolder on my main site. The only way i can log in using IE6 the with default security settings is to override its blocking of third-party cookies. I can’t ask my readers to do this and they can’t log in unless they figure out its a cookie problem.
I generated the privacy policy files and put them in the /w3c folder and they’re found … BUT i can’t figure out where in the spaghetti nest of WordPress to put these fragments that were generated by the P3P policy editor:
————
begin P3P headers
————
<center><b>Reference Link Tag</b><br>
(This can be included within the <HEAD> </HEAD> of your pages if required)<br>
<textarea cols=80 rows=1><link rel=”P3Pv1″ href=”https://www.MACCS2SUPPORT.com/w3c/p3p.xml”></textarea></center>
<center><hr><br><b>SERVER HEADERS</b><br>
<b>Reference HTTP Header</b><br>
<textarea cols=80 rows=1>P3P: policyref=”https://www.MACCS2SUPPORT.com/w3c/p3p.xml”</textarea>
<br>
<b>Privacy HTTP Header</b><br>
<textarea cols=80 rows=1>P3P: CP=”CURa OUR IND UNI COM STA PHY ONL NID DSP NOI COR”</textarea><br>
<br><hr></center>
————
end P3P headers
————I have gone crazy looking at the header generated by my main page (somehow created from index.php) and can’t figure out where to insert the needed pointers (above) so that IE 6 can find my compact privacy policy and let people access my blog without making them add my site to their Trusted List (which would make me look like i’m incompetent).
Here is the beginning of my main page, which is the source code for https://www.maccs2support.com, which you can look at with the XTML validator:
Below is the source input I used for this validation:
1: <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
2: <html xmlns=”https://www.w3.org/1999/xhtml”>
3:
4: <head profile=”https://gmpg.org/xfn/11″>
5: <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
6:
7: <title>www.MACCS2SUPPORT.com</title>
8:
9: <meta name=”generator” content=”WordPress 1.5.1.1″ /> <!– leave this for stats please –>
10:
11: <style type=”text/css” media=”screen”>
12: @import url( https://www.davidchanin.com/blog1/wp-content/themes/classic/style.css );
13: </style>
14:
15: <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”https://www.davidchanin.com/blog1/?feed=rss2″ />
16: <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”https://www.davidchanin.com/blog1/?feed=rss” />
17: <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”https://www.davidchanin.com/blog1/?feed=atom” />
18:
19: <link rel=”pingback” href=”https://www.davidchanin.com/blog1/xmlrpc.php” />
20: <link rel=’archives’ title=’May 2005′ href=’https://www.davidchanin.com/blog1/?m=200505′ />
21: </head>
22:
23: <body>
24: <div id=”rap”>
25: <h1 id=”header”>https://www.MACCS2SUPPORT.com</h1>
26:
27: <div id=”content”>
28: <!– end header –>
29:
30: <h2>May 24, 2005</h2>
—–
end of source listing fragment
—–PLEASE, i’ve spent hours searching here and with Google and have not found anyone who describes how to insert a CP privacy policy into the WP blog header. My readers use mostly IE in a corporate environment and many cannot change the security settings on their computers at work.
I’ve tried inserting the CP string into .htaccess files at /blog and also at /htdocs using all the syntaxes described below but i always get an Error 500 from that. Maybe my host does not allow this in .htaccess, because i’m allowed to have a .htaccess file at root. Web server is Apache running on Linux at 1and1.com.
[li]https://www.webmasterworld.com/forum92/3288.htm[/li]
[li]https://f2o.org/forum/index.php?showtopic=2690[/li]
- The topic ‘How do you insert a CP policy in the blog header?’ is closed to new replies.