Redirects no saving.

#986169
  • Resolved Chris Cagle
    Rank Math business
    Content AI Creator

    Just as the title says, I enter redirect rules and they don’t save. I tried rebuilding the database twice.
    .htaccess file not found.

Viewing 1 replies (of 1 total)
  • Hello,

    We apologize for the issue you are facing with the redirects not saving. Since you’ve already tried rebuilding the database, let’s explore a couple of other potential solutions:

    1. Check for Missing Database Tables: If your redirects are not saving, it could be due to some missing database tables. You can recreate any missing tables by navigating to Rank Math SEO → Status & Tools → Database Tools in your WordPress dashboard. Make sure to enable Advanced Mode if the option is not visible.

      Navigate to Database Tools

      Once there, click on Re-create Missing Database Tables.

      Re-create Missing Database Tables

    2. Caching Issues: Sometimes, caching can prevent changes from being reflected. Ensure that you clear the cache of your caching plugin and also clear your browser cache after making changes.

    3. Check .htaccess File: If you cannot find the .htaccess file, it might be hidden or not created yet. You can create one manually or check your server settings. If you have access to your server via FTP, you can create a new .htaccess file in the root directory of your WordPress installation with the following basic structure:

      # BEGIN WordPress
      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]
      # END WordPress

    If these steps do not resolve the issue, please reply to this ticket with your site URL so we can assist you further. Thank you for raising this concern!

    Sources:
    Solving Redirection Issues Using Rank Math SEO Plugin » Rank Math

    This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.

    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 ‘Redirects no saving.’ is closed to new replies.