Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I've recently taken over management of an Umbraco site v7.7.4
Also somewhat new to Umbraco.
Some pages are showing a truncated url www.mydomain.com/page Other pages have full url www.mydomain.com/subpage/subpage/subpage/target page
This is not due to hierarchy. How do I make all my urls, truncated url www.mydomain.com/page
Note, I have tried the Umbraco URL Alias - did not work Also searched web.config files for url rewrite and did not find.
Thank you in advance.
Are the current redirects done in the UrlRewriting.config file perhaps? If the site is somewhat static that is the easiest way I guess.
Hi Ken, thank you for your response. I do not believe they were but not 100% sure. Could not tell. Is there a way to confirm if the redirects were done via urlrewriting?
Hi, check the contents of the UrlRewriting.config file, do you see any redirects there?
Heya,
In umbraco when you add a domain name for a node you can also give 1 url slug in Culture-Hostnames menu for content tree. For ex
www.mydomainname.com/page-name
Maybe your page has a definition like this one. Same as umbracoUrlAlias property, you will need to define them one by one.
Best,
Mehmet
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
url rewrite
I've recently taken over management of an Umbraco site v7.7.4
Also somewhat new to Umbraco.
Some pages are showing a truncated url www.mydomain.com/page Other pages have full url www.mydomain.com/subpage/subpage/subpage/target page
This is not due to hierarchy. How do I make all my urls, truncated url www.mydomain.com/page
Note, I have tried the Umbraco URL Alias - did not work Also searched web.config files for url rewrite and did not find.
Thank you in advance.
Are the current redirects done in the UrlRewriting.config file perhaps? If the site is somewhat static that is the easiest way I guess.
Hi Ken, thank you for your response. I do not believe they were but not 100% sure. Could not tell. Is there a way to confirm if the redirects were done via urlrewriting?
Hi, check the contents of the UrlRewriting.config file, do you see any redirects there?
Heya,
In umbraco when you add a domain name for a node you can also give 1 url slug in Culture-Hostnames menu for content tree. For ex
www.mydomainname.com/page-name
Maybe your page has a definition like this one. Same as umbracoUrlAlias property, you will need to define them one by one.
Best,
Mehmet
is working on a reply...