• Resolved InventiveWebDesign

    (@inventivewebdesign)


    We are switching from another 301 redirect software to yours. Is there a way to bulk upload redirects that we already use into your plugin? We are hoping to avoid uploading each redirect individually.

Viewing 1 replies (of 1 total)
  • Plugin Author Aaron

    (@aaron13100)

    Hi. Not yet. If you’re technically savvy you could use sql statements like

    INSERT INTO wp_abj404_redirects (url, status, type, final_dest, code, disabled, timestamp) VALUES (‘/404solution-site/abbout’, ‘2’, ‘1’, ‘13716’, ‘301’, ‘0’, now());

    but you’d have to know the ID of the destination for each page, so.

    How many redirects are there and what format are they in? i.e. the format of the original url and the format of the destination (page id or url)

Viewing 1 replies (of 1 total)

The topic ‘Bulk Redirect Uploader’ is closed to new replies.