Redirecting Backlinks On Resurrected Domain

PassiveJ

Regular Member
Joined
Aug 26, 2017
Messages
244
Reaction score
83
Hi

I have picked up an expired domain and am planning on rebuilding it. I want all existing backlinks to redirect to the root as I have now added SSL to the domain so they are invalid. What is the easiest way to do this please in Wordpress?

I was wondering if 'Really Simple SSL' could do this or if I need to do some kind of 301 redirect.

Thanks
 
use plugin 404 redirect to homepage
 
If you are building similar niche you can just redirect them to similar pages on the new site. Or redirect them to the home page. There are wordpress plugins for both options.
 
If you are building similar niche you can just redirect them to similar pages on the new site. Or redirect them to the home page. There are wordpress plugins for both options.

Could you suggest one for redirecting to home page please?
 
Thanks for the suggestions both.
 
A plugin for a simple 404 redirect?
What a waste of resource, it can be done with 1 line of code in .htaccess

ErrorDocument 404 /

1 line.
 
Back
Top