How should I add o a trailing slash from the end of a URL in apache traffic server? all syntax are changed in apache traffic server.
this is a rotin config for add slash in normal apache
your text
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ $1/ [L,R=301]