amirhosseinramezann opened a new issue, #10291:
URL: https://github.com/apache/trafficserver/issues/10291

   
   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 config for add slash in normal apache
   RewriteEngine On
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_URI} !(.)/$
   RewriteRule ^(.)$ $1/ [L,R=301]


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to