On 4/27/2012 7:24 PM, Grupo PF_Jorge Antonio Santiago Gonzalez wrote:
> I think my webserver it's sending back a wrong Content Type to my web
> page. Instead of sending text/html, it's sending text/plain.

Your description doesn't clarify what happens when you visit the
resource, so I'm grasping. In 1.3 the DefaultType directive controls
what happens when no Content-Type can be guessed from the TypesConfig
mapping. If you are working on a CGI script, the script should be
adjusted to send a proper ContentType to avoid this problem.

Also, to confirm this is the problem, you may need to check the data
coming back with some sort of request capturing (Firebug, Fiddler, etc)
or a network trace.

-- 
Daniel Ruggeri

Reply via email to