<?php
header('Location: B:\OpenServer\domains\localhost\index.php');
?>
Выдает ошибку: Cannot modify header information - headers already sent by (output started at B:\OpenServer\domains\registr\reg.php:1)
<?php
header('Location: B:\OpenServer\domains\localhost\index.php');
?>
Выдает ошибку: Cannot modify header information - headers already sent by (output started at B:\OpenServer\domains\registr\reg.php:1)
<?php
header('Location: www.site.ru');
?>
Путь локальный работать не будет, только url можно указать, или путь к файлу от корня папки сайта /localhost/
<?php
header('Location: index.php');
?>