I wonder if it would make sense to have an option to define wether a trailing slash is respected or not. Right now I need to add two redirects for the same resource.
1./test -> /test-new
/test/ -> /test-new
We could surly add a rule to the .htaccess and remove all trailing slashes intially but that would result in two redirects (one by the webserver and one by your plugin) which is a bit messy and totally unnecessary.
I wonder if it would make sense to have an option to define wether a trailing slash is respected or not. Right now I need to add two redirects for the same resource.
1.
/test -> /test-new
/test/ -> /test-new
We could surly add a rule to the
.htaccess
and remove all trailing slashes intially but that would result in two redirects (one by the webserver and one by your plugin) which is a bit messy and totally unnecessary.What do you think about that idea?