@alexisprr this seems the normal cache behavior. Clear cache.
Hi Manuel,
Thanks for your answer!
I don’t have a caching plugin on this website yet.
@alexisprr check if your server has. Most servers nowadays have Cloudflare which also creates cache. They have indeed an option for clearing it.
Also, show me a print screen with the rules, please.
Hi @manuelrocha88,
I checked, but my hoster doesn’t have Cloudflare or any kind of CDN.
What rules do you want?
Here is the content of my .htaccess:
Thanks!
# BEGIN WordPress
# Les directives (lignes) entre « BEGIN WordPress » et « END WordPress » sont générées
# dynamiquement, et doivent être modifiées uniquement via les filtres WordPress.
# Toute modification des directives situées entre ces marqueurs sera surchargée.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
@alexisprr our plugin does not make use of .htaccess file. Take a PrintScreen of the plugin rules table.
Not sure if you’re talking about this: https://tinyurl.com/yyox97v8
Which tab of the plugin do you want me to screenshot?
By the way, I think the issue is related to the “.htm”, because when I do a classic redirection between pages of my website (/shop/ to /boutique/) it is working fine.
Thanks @manuelrocha88
@alexisprr looking into that screenshot that is not our plugin.
Anyway, I tested out a similar situation on my side and it’s possible to redirect .htm with our plugin.
If you have a minute, and haven’t done so, please leave a review. It’s what keeps support going. Thank you 🙏https://wordpress.org/support/plugin/eps-301-redirects/reviews/#new-post
Indeed… well, I downloaded yours and it is working perfectly! Thanks @manuelrocha88