P3P and XML file in HTTPHeader

I am trying to implement P3P Privacy Policy on my site. I have a P3P.XML file located in the W3C folder under the Domino Data directory. I need to know how to call this file so that my site is P3P compliant. Any suggestions?

Subject: move the directory below the html directory

Hi Jan,check you Domino http config. There is a directory mentioned for static html. There is the place to put files and directories that should be accessible from a browser. Default is:

/domino/html

if your file is

/domino/html/w3c/p3p.xml

then you can read it in the browser by

Hope that helps!

:slight_smile: stw