On 6/8/07, Paul Simon <[EMAIL PROTECTED]> wrote:


Is it impossible to set the Content-Type? Any suggestions?

It is impossible to set Content-Type using mod_headers. All the
standard HTTP protocol headers are controlled by the apache core and
can't be overriden with mod_headers.

But you can set Content-Type using any of the standard apache
content-type-controlling directives. In your case, you can simply use
the T= flag to mod_rewrite, which is much more direct anyway.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to