I cannot remove trailing slash from my URLs via .htaccess
Only way i can make it work is to add this at the beggining, thus disabling Admin Tools rules:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]
Removing the [L] flag, or adding this as the last rule, while removing [L] flag from "RewriteRule .* index.php [L]" in Joomla! core SEF section causes the URL with trailing slash to return 404.
I've tried doing that both manually in .htaccess, and via .htaccess Maker in back-end.
Best regards
Sławomir Białota