Forums
-
- Forum
- Posts
-
- Installation
- 28,369
- Troubleshooting
- 62,142
- Themes
- 10,387
- Plugins
- 15,305
- Requests & Feedback
- 14,888
- Showcase
- 3,252
-
The Warning message is because forwards depend on sending headers. Different headers are sent automatically however if there’s any text returned by a PHP file that’s loaded, which is a common problem created by whitespace around the <?php ?>
tags. If text headers are sent, you can’t send a redirect header, thus the warning and the breaking of redirects.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS