[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] p3p and mod_headers
- Subject: Re: [cobalt-users] p3p and mod_headers
- From: Dmitry Alexeyev <dmi_a@xxxxxxxxxx>
- Date: Tue Mar 2 13:59:00 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Ive done that and I have added the appropriate htaccess file
> containing the following to the site
>
> Header append P3P 'CP="CAO DSP COR ADM CONi DEL STP PUR"'
>
> But how can i check that the headers, or even the htaccess file is
> being read.
telnet your_host 80
GET / HTTP/1.0^M
Host: your_host^M
^M
where ^M - Enter
When the page will appear, you can scroll up and see headers.
You may also try using HEAD instead of GET.
And make sure it is .htaccess but not htaccess
If you have a wrong keyword in there, you'll get 500 error accessing the
whole directory
WBR,
Dmitry