Question

My website developed by Umbraco CMS version 4.11.10.

I used umbracoUrlAlias for creating a shorter URL and my website has capability of user membership.

Unfortunately, There is a problem in it.

When I create a shorter URL for example http://www.mywebsite/ghasedak everything is OK.

But if someone creates a username like ghasedak, the short URL did not work. I think they have conflicted.

How can I solve this problem?

Was it helpful?

Solution

This sounds strange as the members and the request pipline doesen't have so much to do with eachother.

Is it a clean install? Are you using any custom url rewrites? I just did a clean install, created a content item called "Test" and set the umbracoUrlAlias to "Glenn" wich worked and still works after adding a new member called Glenn.

Are you displaying profiles of the members? Ie. http://www.mywebsite.com/memberName/

Where "memberName" is the name of the member? In that case this is probablt why you are having trubble.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top