Create a new file named 404.php and enter the following code:
 
<?php
   header("Status: 301 Moved Permanently");
   header("Location:http://www.xxxxxx.tld");
?>
 
Replace www.xxxxxx.tld with your domain name and upload the 404.php file to your current WordPress themes folder located in: /wp-content/themes/
آیا این پاسخ به شما کمک کرد؟ 0 کاربر این را مفید یافتند (0 نظرات)