Warning: Cannot modify header information - headers already sent by (output started at /home/myminipa/public_html/wp-config.php:1) in /home/myminipa/public_html/wp-includes/pluggable.php on line 865
Това е 865 ред
това е цялото
Това е 865 ред
Код:
header("Location: $location");
това е цялото
Код:
if ( $is_IIS ) {
header("Refresh: 0;url=$location");
} else {
if ( php_sapi_name() != 'cgi-fcgi' )
status_header($status); // This causes problems on IIS and some FastCGI setups
header("Location: $location");
}