[wp-trac] Re: [WordPress Trac] #2529: moderation.php is served with wrong mime type(?)

WordPress Trac wp-trac at lists.automattic.com
Wed Mar 8 08:53:09 GMT 2006


#2529: moderation.php is served with wrong mime type(?)
----------------------------+-----------------------------------------------
       Id:  2529            |      Status:  new                     
Component:  Administration  |    Modified:  Wed Mar  8 08:53:09 2006
 Severity:  major           |   Milestone:                          
 Priority:  normal          |     Version:  2.0.1                   
    Owner:  anonymous       |    Reporter:  Reuben                  
----------------------------+-----------------------------------------------
Changes (by westi):

  * keywords:  => bg|reporter-feedback

Comment:

 moderation.php does return a Content-Type.  It pulls in admin-header.php
 which returns the Content-Type for it:

 {{{
 @header('Content-type: ' . get_option('html_type') . '; charset=' .
 get_option('blog_charset'));
 }}}

 It works fine in firefox for me.

 This sounds to me more like a server configuration issue.

 What server setup do you have?

 Can you capture the returned headers using something like the
 LiveHTTPHeaders firefox plugin.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/2529>
WordPress Trac <http://wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list