I was wondering if it was possible to shorten a URL within a category.
The site directory looks something like this example:
Website
- Service
-- Solution
--- Benefit
The website URL's structure looks like this right now: website.com/Service/Solution/Benefit
But URL's need to be structured like this:
website.com/Solution/Benefit
I've already tried using URL Alias's but that's not a permanent solution. And they don't want to move the section down, as that would require more development to fix issues that will appear on the site.
Is there any way of modifying the URL so it remains permanent?
URL Shortening
Hello,
I was wondering if it was possible to shorten a URL within a category.
The site directory looks something like this example:
Website - Service -- Solution --- Benefit
The website URL's structure looks like this right now: website.com/Service/Solution/Benefit
But URL's need to be structured like this: website.com/Solution/Benefit
I've already tried using URL Alias's but that's not a permanent solution. And they don't want to move the section down, as that would require more development to fix issues that will appear on the site.
Is there any way of modifying the URL so it remains permanent?
Thank you!
Hi Rizwaan,
have a look at the following blogpost which explains the same you are after:
https://www.ucodebase.be/blog/implementing-a-custom-urlprovider-in-umbraco-and-its-pitfalls/
Hope this helps!
/Michaël
Check out this package also: https://our.umbraco.com/packages/website-utilities/virtualnodes/
is working on a reply...