Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\sunny\backend\index.php on line 2
<?PHP
header('Location: 'http://127.0.0.1/);
?>
I am trying to set up a webserver, with a simple webpage, but when I do this, it doesnt seem to work.
Can anyone help me?