i have downloaded last WAMP (32 bit) from website then i added my project and realized that redirect not working so i made a simple test and write file redirect.php and its not working here is my code :
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
header("Location : http://www.google.com");
?>
Thanks