• Resolved max143

    (@max143)


    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.

    • This topic was modified 3 years, 4 months ago by max143.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Slash’ is closed to new replies.