Redirect using php code
Create index.php code and put this code inside
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: https://www.newurl.com" );
?>
Â
Replace new url with your new URL
Redirect using php code
Create index.php code and put this code inside
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: https://www.newurl.com" );
?>
Â
Replace new url with your new URL
Redirect using html code Create index.html code and put this code inside...