Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Arnaud Broes

    (@arnaudbroes)

    @ikiterder try clearing your site and local browser cache. This typically happens when your browser is caching old files. We’re working on a few improvements to bust the cache better in the future.

    Thread Starter ikiterder

    (@ikiterder)

    @arnaudbroes

    I clearing cache in browser and disabled cache plugin – it all didn’t help.
    This all happened when I changed the option in the “taxonomies” tab.

    • This reply was modified 2 years, 6 months ago by ikiterder.
    Plugin Author Arnaud Broes

    (@arnaudbroes)

    @ikiterder can you reach out to us here via our Basic Question form – https://aioseo.com/contact. Our support team will take a look.

    Thread Starter ikiterder

    (@ikiterder)

    Hi.

    The problem was this:

    <IfModule mod_rewrite.c>
     RewriteEngine On
     RewriteCond %{QUERY_STRING} !=""
     RewriteCond %{QUERY_STRING} !^p=.*
     RewriteCond %{QUERY_STRING} !^s=.*
     RewriteCond %{REQUEST_URI} !^/wp-admin.*
     RewriteRule ^(.*)$ /$1? [R=301,L]
    </IfModule>

    I decided this RewriteCond %{REQUEST_URI} !^/wp-json.*

    Add a notification in the future if something is wrong with the request to wp-json.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Missing menu’ is closed to new replies.