How to redirect an old page url to the homepage
You can use FTP to edit edit your .htaccess file, which should be found in the root WordPress install. For example… Redirect 301 /old-url /some-new-url Put the old page first and just a / for the homepage second. Note: Make your edits after the # END WordPress line Note 2: There are a ton of … Read more