Redirections does not work

#76066
  • Resolved Net Nedir
    Rank Math free

    Firstly, I’m sorry about my bad english.

    I’m adding a new redirections.

    It is both not working and the list seems empty.

    I tried adding it in every possible way. everything seems right. After adding, nothing come to the Redirections list.

    please help me.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

    Thank you for contacting the support and sorry for any inconvenience that might have been caused due to that.

    Assuming you are using the latest version of all the plugins and the themes (please update if not yet), it would seem like a conflict with one of the plugins or the theme you are using.

    To determine that, please follow this troubleshooting guide:
    https://rankmath.com/kb/check-plugin-conflicts/

    Please let us know if you find the culprit.

    Only the site admin would know and your users won’t be affected by this troubleshooting.

    Looking forward to helping you.

    İt’s not worked.

    Troubleshooting mode At first I activated rankmath. Still redirections didn’t work

    Alberto
    Rank Math business

    Hello,

    Then I think we might need to take a closer look at the settings. Please edit the first post on this ticket and include your WP logins in the designated Sensitive Data section.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Please Help me for redirections.

    I have one more problem. Would you look at it?
    While editing some of my articles, the text “We are searching in database” appears under it. Is this a problem for the index. Besides, it hasn’t been passing for a long time

    • This reply was modified 3 years, 8 months ago by Net Nedir.

    Hi,

    For the redirection issue, it seems like the table required to add redirects is missing.

    Please provide cPanel/phpMyAdmin access so we can add it for you or you can use the below SQL query by asking your web host to run it. They will know what to do with it:

    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;

    For the searching in database issue, please point out the post where you are seeing that. That particular test looks for previous posts that might also be using the focus keyword you are using on the current post.

    Removing the focus keyword and adding it again should sort it though.

    Let us know.

    When we run the sql query

    "1072 - Key column 'status' doesn't exist in table"
    "1067 - Invalid default value for 'created'"

    We get this mistakes.

    It gives the error 1072 in the sql query you provided directly. We changed the part from “statuss” to “status”, and then it gave 1067 error.

    so this doesn’t work the way at all
    please help.

    • This reply was modified 3 years, 8 months ago by Net Nedir.
    • This reply was modified 3 years, 8 months ago by Net Nedir.

    Hello,

    The SQL provided by my colleague should work to create the redirections table. Please don’t change the statuss column name.

    If the issue persists, please provide cPanel/phpMyAdmin access so we can look into this further.

    Looking forward to helping you. 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 8 replies - 1 through 8 (of 8 total)

The ticket ‘Redirections does not work’ is closed to new replies.