How to redirect URLs in bulk?

vin42

Power Member
Joined
May 24, 2016
Messages
578
Reaction score
310
I have a wordpress site with thousands of posts and I wish to redirect them to homepage. I do not want to use * since I want to redirect only those posts and not everything. What will be the best approach? Is there a tool that can export all urls in csv format excluding domain and protocol?
 
Redirection plugin might do what you need.
 
Use headers and footers plugin, they an option to redirect all post or pages.
 
I have a wordpress site with thousands of posts and I wish to redirect them to homepage. I do not want to use * since I want to redirect only those posts and not everything. What will be the best approach? Is there a tool that can export all urls in csv format excluding domain and protocol?
You can use a wordpress plugin called "Redirection".
 
Yes, redirection plugin can be used but I am stuck on how to export urls in bulk to create an import csv file for using in redirection?
It has to be exported in the following format.
example-redirects-spreadsheet-1.png
 
You can use a plugin in Wordpress called ‘Redirection’ to redirect URLs in bulk.
 
Back
Top