Redirecting Trailing Slashes
-
Currently, I’m running into an issue where trailing slashes are only handled and redirected properly when I’m logged into the site as an admin.
Example:
https://www.site.com/example
will automatically redirect to
https://www.site.com/example/When logged in. The latter url is what I’m shooting for.
However, when viewing the site normally, both https://www.site.com/example and https://www.site.com/example/ is accessible and does not redirect.
Within this plugin, how can I fix this issue?
Thanks.
- The topic ‘Redirecting Trailing Slashes’ is closed to new replies.