• Resolved thefluffyshrimp

    (@thefluffyshrimp)


    Hello,

    I have WordPress running on my website, but I notice I can only visit my website from the following url: http://thefluffyshrimp.com

    If I try to visit my website using “www” in the url, the website won’t show: http://www.thefluffyshrimp.com

    I get the following error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/…/index.php:2) in /home/…/wp-includes/pluggable.php on line 865

    Any idea how to fix this?

    Is this because I have custom meta tags or may it be related to a plugin?

    Thank you for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • One quick way to correct this is to modify your php.ini file. You’ll want to set the output_buffering to a few kilobytes. The default setting is 4096 bytes. You just need to add the following line to your php.ini

    output_buffering = 4096

    Thread Starter thefluffyshrimp

    (@thefluffyshrimp)

    I’ve done what you told me to, but so far I keep getting the same error. Any ideas?

    Thank you again for your assistance. 🙂

    from the error message, you have a plugin being naughty
    deactivate them
    reactivate one by one until you find offender

    Thread Starter thefluffyshrimp

    (@thefluffyshrimp)

    Yay! It’s working just fine now. Thank you so much! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with Headers – Simple fix?’ is closed to new replies.