Unintentionally I put the 301 command in .htaccess and I can no longer access the local host mu .... how do I reverse this ??? what folder is this setting in ?? any tips for reversing this ????
In the index.php file, I accidentally wrote the following code:
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: localhost/en/");
?>
How do I reverse this?