In the index.php file, I accidentally wrote the following code:
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.habbo.com.br");
?>
The redirect was meant to be only temporary. Now, even deleting the file and creating another one I can no longer do to load the page in that same index.php file.
How do I reverse this?