Write down code to add 301 REDIRECTS in PHP?We can add 301 REDIRECT in PHP by using below code in PHP:-HEADER("HTTP/1.1 301 Moved Permanently");header("Location: /option-a");exit();
Your experience on this site will be improved by allowing cookies. Read Cookie Policy