wordpress redirect
<?php header("HTTP/1.1 301 Moved Temporarily"); header("Location: ".get_bloginfo('url')); exit(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment