Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created January 8, 2018 01:42
Show Gist options
  • Save Kaiderella/956a5539ea3e3047a6dbeb021bc13640 to your computer and use it in GitHub Desktop.
Save Kaiderella/956a5539ea3e3047a6dbeb021bc13640 to your computer and use it in GitHub Desktop.
Redirect trang 404 về trang chủ
<?php
header("HTTP/2 301 Moved Permanently");
header("Location:".get_bloginfo('url'));
exit();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment