all my php codes redirects to one site

PHP
//Write this in the Controller when working on Laravel.

header('Location: http://www.example.com/');
exit;
header("Location: http://example.com");
die();
Source

Also in PHP: