Split: Redirections aren’t being added

#53651
  • Resolved Cody
    Rank Math free

    I also have this issue, I don’t want to lose everything I’ve done in Rankmath. Can I just add the database table?

Viewing 1 replies (of 1 total)
  • Todd
    Rank Math free

    Hello,

    Thanks for getting in touch with us.

    You can do that by using this SQL Query:

    CREATE TABLE IF NOT EXISTS rm_rank_math_redirections (
      id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
      sources text COLLATE utf8mb4_unicode_520_ci NOT NULL,
      url_to text COLLATE utf8mb4_unicode_520_ci NOT NULL,
      header_code smallint(4) UNSIGNED NOT NULL,
      hits bigint(20) UNSIGNED NOT NULL DEFAULT '0',
      statuss varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'active',
      created datetime NOT NULL DEFAULT '0000 -00 -00 00 :00 :00',
      updated datetime NOT NULL DEFAULT '0000 -00 -00 00 :00 :00',
      last_accessed datetime NOT NULL DEFAULT '0000 -00 -00 00 :00 :00',
      PRIMARY KEY (id),
      KEY status (status)
    ) ENGINE = MyISAM AUTO_INCREMENT = 68 DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_unicode_520_ci;

    If you are not sure, please talk to your web host.

    If you would rather have us do it, please share your WP and cPanel logins so we can check.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Split: Redirections aren’t being added’ is closed to new replies.