Support » Fixing WordPress » URL Problems

  • reyol

    (@reyol)


    Okay I set it up so WordPress blog is my homepage.
    This works fine if i visit And But if I use unitethenorth.com the site wont work.

    Is there anyway to fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • adiant

    (@adiant)

    I don’t have an answer for you, but I think I should restate your problem for others reading this:

    http://www.unitethenorth.com works

    http://unitethenorth.com displays
    Warning: Cannot modify header information – headers already sent by (output started at /home/saydemup/public_html/utn/index.php:7) in /home/saydemup/public_html/utn/word/wp-includes/pluggable.php on line 868

    and generates the following html (nothing else!):

    <a title="hit counter for myspace"
    href="http://www.statcounter.com/myspace/"
    target="_blank"><img
    src="http://c.statcounter.com/5615568/0/46742a27/1/"
    alt="hit counter for myspace"
    border="0"></a>
    <br />
    <b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/saydemup/public_html/utn/index.php:7) in <b>/home/saydemup/public_html/utn/word/wp-includes/pluggable.php</b> on line <b>868</b><br />

    Shane G.

    (@shane-g-1)

    Hi,

    It is usually due to spaces, new lines, or other garbage at opening/closing PHP file <?php tag or after a closing ?> tag in wp-config.php. It can be other file too so need to check error message as it may list file name where the error occurred.

    You can either upload error file from the backup or edit erroneous file. To edit the file one need to check below mentioned points:

    1. Download the file mentioned in the error message.
    2. Open that file in a plain text editor
    3. Check that the very first characters are <?php
    4. Check that the very last characters are ?>
    5. Place the cursor between the ? and >
    6. Now press the DELETE key on your computer and keep that key pressed for at least 15 seconds.
    7. Now type > and
    8. Save without pressing any other key at all.

    That’s it!

    Thanks,

    Shane G.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘URL Problems’ is closed to new replies.