Open kronnox opened 2 days ago
As discussed in one of the knowledge transfers all paths ending with a trailing / should be rewritten to the one without the trailing slash.
/
e.g. /en-us/ => /en-us /en-us/about-us/ => /en-us/about-us
/en-us/
/en-us
/en-us/about-us/
/en-us/about-us
I think it would be best to solve this on CDN level.
@ericvangeem I assigned you, as I think you were the one dealing with the CDN config, correct?
Correct. I will take a look, thanks.
As discussed in one of the knowledge transfers all paths ending with a trailing
/
should be rewritten to the one without the trailing slash.e.g.
/en-us/
=>/en-us
/en-us/about-us/
=>/en-us/about-us
I think it would be best to solve this on CDN level.