I wanted to set the P3P Headers by adding them to .htaccess
using the following:
<IfModule mod_headers.c>
Header set P3P "CP="ALL DSP COR CUR ADM TAI OUR IND COM NAV INT""
</IfModule>
However, this causes an Internal Server Error. The only related entry in the server log I can find is .htaccess : Header has too many arguments
As far as I can tell, mod_headers.c
loaded.
Any idea on how to fix this? Thanks!
This line:
Should be written as: