Plugin Support
MixHa
(@mixha)
Hello @naimulsifat ,
The simple was would be to create one such specific rule, then export the file. It is a json file, and you may e.g. convert it to csv, to add numerous similar rules to the file, then convert it back to json when you are finished and import it in the plugin.
Hello @mixha,
Thank you for your response. I have imported my list, but I am not sure where to set the rules. Do I need to set them inside a JSON file? Here is a screenshot of my upload: https://prnt.sc/Dp0AD1n3mVrC.
I have 100 sets of URLs. Each set includes 15 URLs that need to be redirected to a specific URL. That means 1500 URLs will be redirected to 100 URLs.
I apologize for asking too much. Do you happen to have any step-by-step documentation?
Plugin Author
iClyde
(@iclyde)
Hi @naimulsifat
My apologies for delayed reply.
Please, find attached URL to JSON file example of three redirections.
– https://hastebin.com/share/ijawaqewuf.json
Here you can find these redirections:
https://first.from.domain -> https://first.to.domain
https://second.from.domain -> https://second.to.domain
https://third.from.domain -> https://third.to.domain
You also need to adjust (increment) ID of each redirection.
Feel free to study that JSON structure and perform some automated operation which will generate all entires.
You can validate and check for JSON errors on this page: https://jsonformatter.curiousconcept.com/
We don’t do automated redirections from third party sources yet, but we may support it in future or on our website.
Let me know if you need any further assistance 🙂
Thank you!
Thank you for your response. I will try this.