How to redirect 404 page to other domain

Posted in: Newspaper
Post count: 10

I changed my my website from a cms to WordPress. So the URL links were changed. Now google redirects users to old URL links. Which is dead now. So the website returns 404 page.

Visitors complaining me about the error. So i want to redirect the users with 404 error URL to another subdomain.

Error URL : website.com/ABC/123

To URL : old.website.com/ABC/123

How can i do it with editing .htaccess file. Already there’s some data on htaccess file.
or is there any way by adding some code in header.php file?

My Htaccess file screenshot https://imgur.com/9KyYLoa

What changes are needed on htaccess file to redirect only 404 URLs to my subdomain.
or what code i’ve to insert on header.php file to redirect 404 urls to my subdomain.

I’ve hundreds of links so i can’t add it manually via redirect plugin.

Post count: 9544

Not really theme related, so you likely need to go do some google searches on how to setup regex expression redirects, or possibly try the “redirection” plugin which can help you setup redirects for your htaccess file.

Theme doesn’t control your htaccess file or permalinks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.