• Hi,
    I’m facing issues in my wordpress website when we will add www in my domain before showing below error

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

    Without www it’s working fine but need to configure with WWW. kindly help us anyone..

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You get this kind of error from pluggable.php every time you add something improper to another script. The problem appears to be in index.php. Usually it gives the line of the error, here is :1, I do not know if that is the line. Try moving this problem code to some other place, it is not at every place this error comes. I got this error when added printf(“xx”); to wp_login.php, it could be added to some place, and not to some other. Appeared to depend on if the script was run first time or second.

Viewing 1 replies (of 1 total)

The topic ‘WWW Redirect issues’ is closed to new replies.