Redirect chain
-
How to avoid redirect chain for 404 page not found? I am getting an error. My code in 404.php is as follows:
<?php
header(“HTTP/1.1 301 Moved Permanently”);
header(“Location: https://softwaylancing.com/page-not-found”);
exit();
?>I am getting the following error: https://imgur.com/a/46sIXGu
Please help how to fix!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Redirect chain’ is closed to new replies.