cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Trailing Slash From URLs in Magento2

SOLVED
   Did you know you can see the translated content as per your choice?

Remove Trailing Slash From URLs in Magento2

How to remove Trailing Slash From URLs in Magento2?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Remove Trailing Slash From URLs in Magento2

Hi @saikat _saha 

 

Also I found another solution. Check this link.

It will help you to manage complete store URLs trailing slash.

 

--
If my answer is useful, please Accept as Solution & give Kudos 

View solution in original post

3 REPLIES 3

Re: Remove Trailing Slash From URLs in Magento2

Hi @saikat _saha 

 

I Magento admin you can use store direct_url for remove trailing slash.

 

Here is the example:

 

<a href="{{store direct_url='tipps'}}">Test</a>

 

I hope it will wok for you.

 

Thanks

--

if issue solved and help ,Click Kudos & Accept as Solution

Re: Remove Trailing Slash From URLs in Magento2

Hi @saikat _saha 

 

Also I found another solution. Check this link.

It will help you to manage complete store URLs trailing slash.

 

--
If my answer is useful, please Accept as Solution & give Kudos 

Re: Remove Trailing Slash From URLs in Magento2

Your solution is for Magento 1. Question was about Magento 2.