Slash
-
How I can remove slash in end of url? Plugin set in home url slash / after language code, but on other pages everything is fine.
Now I have url site.com/de/, but I need site.com/de
If I put code in htaccess for removing slash
RewriteRule (.+)/$ /$1 [L,R=301]
then I get infinite redirects and loading error.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Slash’ is closed to new replies.