How to resolve “Warning: Cannot modify header information – headers already sent”
During installing the wordpress on my website, I always got an error as follows: Warning: Cannot modify header information – headers already sent by (output started at /home/study752/public_html/chinese/wp-config.php:1 . After investigation, found the solution to fix issue is:
- Download the wp-config.php from the website.
- Open the wp-config.php with Notpad.
- Click Save as and select ANSI encoding, then click Save button.
- Upload the wp-config.php file to the wordpress folder on the website.
- Try to open the website again. You will see this issue is gone.
1 Comment »
Filed under: Web Technology, wordpress
