Open millette opened 5 months ago
I had example.com/fr and I can remove the "/fr" part with removeDirectoryIndex. I also wanted to remove "/fr/" from example.com/fr/ but since it ends with a slash (and removeTrailingSlash doesn't help here) I can't remove that path suffix.
example.com/fr
removeDirectoryIndex
example.com/fr/
removeTrailingSlash
I had
example.com/fr
and I can remove the "/fr" part withremoveDirectoryIndex
. I also wanted to remove "/fr/" fromexample.com/fr/
but since it ends with a slash (andremoveTrailingSlash
doesn't help here) I can't remove that path suffix.