-
Hi,
Rank Math is not saving new information, it’s not updating. I think there is a conflict with a piece of code in htaccess, the one forcing trailing slash.
I have tried several ones and it’s not working, like this one:
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_URI} /+[^.]+$
RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
</IfModule>When I leave that code, Rank Math doesn’t save the changes and I see an error in /wp-json/rankmath/v1/updateMeta/?_locale=user. However, I need that code in the htaccess so I don’t have duplicated URLS with and whithout the final slash.
Could you help me, please?
Thanks
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
You must be logged in to reply to this ticket.