Remove trailing slash from real directories
问题 how are you? please one very little question if you don't mind. after the previous episode of redirecting and rewriting rules in this thread: redirect to default language except for /amp/ Urls, our SEO agency recommended us to change the URLs site.com/fr, site.com/be to site.fr and site.be I already set the 301 redirections for old URLs as follow: RewriteRule ^[a-z]{2}$ / [R=301,L] RewriteRule ^[a-z]{2}/(.*)$ /$1 [R=301,L] I know this can be achieved in one rule but didn't manage to make it