79239462

Date: 2024-11-30 11:57:36
Score: 0.5
Natty:
Report link

First try using URI not URL, it should work!

header("Location: index.php");

Try using localhost like this :

header("Location: http://127.0.0.1/Doubler/index.php");

OR

header("Location: http://localhost/Doubler/index.php");

And if using Domain then

header("Location: https://whateverdomain.com/index.php");

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: c0de b0unty