404 monitor not picking up in rank math

#66992
  • Resolved Jon Burke
    Rank Math free

    HI There again.
    I have 2 queries. I am following a tutorial and when I enter a wrong address on my site it is not being captured in the 404 monitor.is there anyway way to check why this is happening
    also in google search console i have a primary domain jon-burke.com, a http://jon-burke.com, a https://jon-burke.com and a https://www.jon-burke.com
    I am adding sitemaps only to the primary domain but is this the right way to do it. Sorry i am not super proficient in this stuff yet but love your plugin and support so far
    many thanks

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math today.

    The https/http and www/non-www redirections are usually handled on server-level and not as normal redirects and therefore are unlikely to appear on 404 log. To redirect those you should add the following rewrite rules to htaccess in Rank math > General settings >htaccess:

    
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC]
    RewriteRule ^(.*)$ https://yourdomain.com/$1 [L,R=301]
    

    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 1 replies (of 1 total)

The ticket ‘404 monitor not picking up in rank math’ is closed to new replies.