Hello,

I did not understand the utility of this option.

"If enabled, the module will compare the current URL to the alias stored in the system. If there are any differences in case then the user will be redirected to the correct URL."

With this option, if we have in the url an existing path, we are redirected to the good URL.
Example:
I have a defined path : www.mysite.com/path-alias-of-my-node
If we use this new url "www.mysite.com/new/path-alias-of-my-node", we are redirect to "www.mysite.com/path-alias-of-my-node". This option works for this? Or not?

Because I want create different urls from the section where the link is inserted. Ex. www.mysite.com/section1/path-alias-of-my-node, www.mysite.com/section2/path-alias-of-my-node...

Thanks for your replies.

Comments

kumkum29 created an issue.

madlee’s picture

This option is supposed to transform the URL to what it is assigned.

e.g.:

www.yoursite.com/About-Us

would redirect to:

www.yoursite.com/about-us

Unfortunately this does not appear to be working for anonymous users.

williamsowen’s picture

Has anyone managed to address the issue as mentioned by @madlee? On accessing URLs with capitalisation, no redirect occurs for anonymous users. Can confirm authenticated user works. Thanks