0
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 only supposed to be temporary. Now, even deleting the file and creating another one I can no longer do for the page to be loaded in that same file index.php.
How do I reverse that?
No content in . htaccess.
– L. Pinto
Just made the modification in this file or other ?
– NoobSaibot
Just this one. I even tried to do a temporary redirect, and put any content in the file. But it doesn’t come back.
– L. Pinto
You use Filezilla to upload files?
– Andrei Coelho