redirect without rankmath plugin

#939552
  • Resolved محمدرضا جوادی
    Rank Math free

    Hello, I encountered a problem in WordPress. I hope you can help me.
    I created a post in WordPress with this address
    example.com/12611921179374942127
    The problem is that despite disabling the rank math plugin, when I enter this address
    example.com/1
    I expect it to redirect me to a 404 page, but it takes me to the post with the address I put above.
    My question is, why is this happening? Can this be changed?

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting us and bringing your concern to our attention.

    If the page is getting redirected even without the Rank Math plugin, it is possible the redirection is happening due to WordPress’s template redirection which redirects the incorrect URLs to a similar slug. You can try to use the following filter on your site and see if that works for you:

    remove_action( 'template_redirect', 'redirect_canonical' );
    

    Here’s how you can add filter/hook to your WordPress site:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Let us know how it goes. Looking forward to helping 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 ‘redirect without rankmath plugin’ is closed to new replies.