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