Title: Changed Headers in blog
Last modified: August 19, 2016

---

# Changed Headers in blog

 *  [rhea40](https://wordpress.org/support/users/rhea40/)
 * (@rhea40)
 * [17 years ago](https://wordpress.org/support/topic/changed-headers-in-blog/)
 * Hello,
 * I had a designer do a refresh of my business website which is also where my blog
   is hosted. Now when I try to login to my blog to put up my post this is the error
   message I get and I’m unable to login. Does anyone have any suggestions on how
   I correct this problem. I’m new to WordPress and struggling to find the right
   answers on the forums.
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/p24acbbr/public_html/squarefeet/wp-config.php:63) in /home/p24acbbr/
   public_html/squarefeet/wp-login.php on line 267
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/p24acbbr/public_html/squarefeet/wp-config.php:63) in /home/p24acbbr/
   public_html/squarefeet/wp-login.php on line 279
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/p24acbbr/public_html/squarefeet/wp-config.php:63) in /home/p24acbbr/
   public_html/squarefeet/wp-includes/pluggable.php on line 595
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/p24acbbr/public_html/squarefeet/wp-config.php:63) in /home/p24acbbr/
   public_html/squarefeet/wp-includes/pluggable.php on line 596
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/p24acbbr/public_html/squarefeet/wp-config.php:63) in /home/p24acbbr/
   public_html/squarefeet/wp-includes/pluggable.php on line 597
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/p24acbbr/public_html/squarefeet/wp-config.php:63) in /home/p24acbbr/
   public_html/squarefeet/wp-includes/pluggable.php on line 770

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [17 years ago](https://wordpress.org/support/topic/changed-headers-in-blog/#post-1060463)
 * See if anything here might be helpful.
 * [http://codex.wordpress.org/Answers-Troubleshooting#Headers_already_sent](http://codex.wordpress.org/Answers-Troubleshooting#Headers_already_sent)
 *  Thread Starter [rhea40](https://wordpress.org/support/users/rhea40/)
 * (@rhea40)
 * [17 years ago](https://wordpress.org/support/topic/changed-headers-in-blog/#post-1060660)
 * Thanks. The link above suggests:
 * Reason and Solution :
 * It is usually because there are spaces, new lines, or other garbage before an
   opening <?php tag or after a closing ?> tag, typically in wp-config.php.
 * However, I do not have a subheading of wp-config.php. in my control panel. The
   only three subheading that I can open are:
 * wp-admin
    wp-content wp-includes
 * Any ideas why I don’t have wp-config.php. ?
 *  Thread Starter [rhea40](https://wordpress.org/support/users/rhea40/)
 * (@rhea40)
 * [17 years ago](https://wordpress.org/support/topic/changed-headers-in-blog/#post-1060682)
 * Here’s what the code looks like when I open up the header.php template. I can’t
   seem to decipher where the new image should be inserted. What’s strange is the
   new image shows up if someone just clicks on the line to my blog. The problem
   arises when I try to login to make a post. Here is the link to my blog [http://bellaterrapartners.com/squarefeet/](http://bellaterrapartners.com/squarefeet/)
 * Here is how the code reads:
 * <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “[http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt](http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt);
   
   <html xmlns=”[http://www.w3.org/1999/xhtml&#8221](http://www.w3.org/1999/xhtml&#8221);
   <?php language_attributes(); ?>>
 * <head profile=”[http://gmpg.org/xfn/11″&gt](http://gmpg.org/xfn/11″&gt);
    <meta
   http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?
   php bloginfo(‘charset’); ?>” />
 *  <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
 *  <style type=”text/css” media=”screen”>
    [@import](https://wordpress.org/support/users/import/)
   url( <?php bloginfo(‘stylesheet_url’); ?> ); </style>
 *  <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php
   bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS.
   92″ href=”<?php bloginfo(‘rss_url’); ?>” /> <link rel=”alternate” type=”application/
   atom+xml” title=”Atom 1.0″ href=”<?php bloginfo(‘atom_url’); ?>” />
 *  <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_get_archives(‘
   type=monthly&format=link’); ?> <?php //comments_popup_script(); // off by default?
   > <?php wp_head(); ?> </head>
 * <body>
    <div id=”rap”> <h1 id=”header”>/”><?php bloginfo(‘name’); ?></h1>
 * <div id=”content”>
    <!– end header –>
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years ago](https://wordpress.org/support/topic/changed-headers-in-blog/#post-1060687)
 * > Any ideas why I don’t have wp-config.php. ?
 * if you have a wordpress blog, you do. In fact, if you look at the error you pasted—
   the path to the file is within the error message itself:
 * `/home/p24acbbr/public_html/squarefeet/wp-config.php`
 * there it is.
    ** you have linebreaks, spaces, or hidden chars at the end of the
   file — after the closing `?>`
 *  Thread Starter [rhea40](https://wordpress.org/support/users/rhea40/)
 * (@rhea40)
 * [17 years ago](https://wordpress.org/support/topic/changed-headers-in-blog/#post-1060692)
 * Okay, I think I get it. Let me just confirm. After a closing ?> I have line breaks
   or characters that were somehow inserted that need to be removed. If I’m reading
   the error message correctly it looks like the line break or extra character should
   be found in line 63 of the code. However, when I open header.php and then open
   up Code Editor there are only 28 lines indicated here. How do I get to line 63
   to correct the error?
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years ago](https://wordpress.org/support/topic/changed-headers-in-blog/#post-1060693)
 * > when I open header.php
 * wrong file.
 * read what I wrote again, please.
 * > How do I get to line 63 to correct the error?
 * the link provided earlier to you explains that:
 * [http://codex.wordpress.org/Answers-Troubleshooting#Headers_already_sent](http://codex.wordpress.org/Answers-Troubleshooting#Headers_already_sent)
 * > To be sure about the end of the file, do this: ….
 *  Thread Starter [rhea40](https://wordpress.org/support/users/rhea40/)
 * (@rhea40)
 * [17 years ago](https://wordpress.org/support/topic/changed-headers-in-blog/#post-1060733)
 * got it. Whew! Being a newbie sucks.
 * Thanks so much. My first post is now up and running.
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years ago](https://wordpress.org/support/topic/changed-headers-in-blog/#post-1060737)
 * no worries, we were all newbs once 🙂

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Changed Headers in blog’ is closed to new replies.

## Tags

 * [Cannot modify header information](https://wordpress.org/support/topic-tag/cannot-modify-header-information/)

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 8 replies
 * 3 participants
 * Last reply from: [whooami](https://wordpress.org/support/users/whooami/)
 * Last activity: [17 years ago](https://wordpress.org/support/topic/changed-headers-in-blog/#post-1060737)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
