Can not create any redirections

#949046
  • Resolved Margareta Åkesson
    Rank Math free

    I have installed Rank Math and are trying to make som redirects and nothing happens. I am creating them but there is 0 in the list. I have checked everything that you recomend. And I have no other plugin for redirection. Please help me

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

    We apologize for the issue you are facing with creating redirections in Rank Math. Since you’ve already checked for other redirection plugins and followed the recommended steps, let’s try a few more troubleshooting methods:

    1. Update Rank Math: Ensure that you are using the latest version of Rank Math. Sometimes, older versions can have bugs that are resolved in updates.

    2. Check .htaccess File: You can check your .htaccess file to see if there are any conflicting rules. To do this, navigate to WordPress Dashboard → Rank Math SEO → General Settings → Edit .htaccess. If you find any unexpected rules, consider removing them. Here’s how it looks:
      edit .htaccess

    3. Debugging Redirection: Use Rank Math’s debug feature to trace any issues with redirection. This can help identify if there are any underlying problems.

    4. Self-Diagnosis: Perform a self-diagnosis using the tools provided in Rank Math to check for any configuration issues.

    If after trying these steps you still cannot create redirections, please reply to this ticket, and a human agent from the Rank Math Support team will take over and assist you further. Thank you for your patience!

    I dont understand what I should do here. What does the information under .htaccess mean?
    # BEGIN WPSuperCache
    # Direktiven (raderna) mellan ”BEGIN WPSuperCache” och ”END WPSuperCache” är
    # dynamiskt genererade och bör endast ändras via WordPress-filter.
    # Eventuella ändringar av direktiven mellan dessa markörer kommer att skrivas över.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    #If you serve pages from behind a proxy you may want to change ‘RewriteCond %{HTTPS} on’ to something more sensible
    AddDefaultCharset UTF-8
    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} ^$
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{HTTPS} on
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz -f
    RewriteRule ^(.*) “/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz” [L]

    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} ^$
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{HTTPS} !on
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz -f
    RewriteRule ^(.*) “/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz” [L]

    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} ^$
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTPS} on
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html -f
    RewriteRule ^(.*) “/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html” [L]

    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} ^$
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTPS} !on
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html” [L]
    </IfModule>

    # END WPSuperCache

    # BEGIN WordPress
    # Direktiven (raderna) mellan ”BEGIN WordPress” och ”END WordPress” är
    # dynamiskt genererade och bör endast ändras via WordPress-filter.
    # Eventuella ändringar av direktiven mellan dessa markörer kommer att skrivas över.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Can you please look at the code and tell me what to do?

    Hello,

    The codes in your .htaccess control how your server runs your website. It controls 301 redirects, SSL connections, password protection, the default language, and more on your WordPress site.

    We recommend getting in touch with your web host if you want to fiddle with it since it is a sensitive file and can break your website if you’re unsure about it.

    Regarding the issue, please check if the issues get fixed by re-creating the missing database tables.

    You can re-create them by going to WordPress Dashboard > Rank Math > Status & Tools > Database Tools.

    Here’s a guide that you can follow:
    https://rankmath.com/kb/recreate-missing-database-tables/

    Let us know how this goes.

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

The ticket ‘Can not create any redirections’ is closed to new replies.