How to redirect a page with HTTP 301 moved permanently in PHP

1 Answer

0 votes
header("Location: https://www.collectivesolver.com/", true, 301);
exit();  
 
    
/*
run: 
 
 
*/

 



answered Dec 23, 2021 by avibootz
edited Jun 26, 2022 by avibootz

Related questions

...