How could I change this to become a friendly URL? I read through the documentation but would like an example as I might not be understanding this? Should it be by IIS or is there a add-in that I could install?
I don't have a quick answer for you. But I guess you want an URL like for example: https://localhost/customers/danmark/1? If you want that you need to implement custom routing.
What do the parameters do? Is it a list if customers that are filtered by type and country? If so, I don't see why having there querystring parameters are a bad thing. If it's for filtering, this URL looks perfectly 'friendly'.
Friendly URLs in Umbraco 10
Hi
I'm using Umbraco 10 with all updates.
I have a page where the URL is
Https://localhost/customers?type=1&country=4
How could I change this to become a friendly URL? I read through the documentation but would like an example as I might not be understanding this? Should it be by IIS or is there a add-in that I could install?
Thank you
I don't have a quick answer for you. But I guess you want an URL like for example: https://localhost/customers/danmark/1? If you want that you need to implement custom routing.
What do the parameters do? Is it a list if customers that are filtered by type and country? If so, I don't see why having there querystring parameters are a bad thing. If it's for filtering, this URL looks perfectly 'friendly'.
Hi
Yes, it's something similar to that wear in after.
If it's custom routing how do I set this up? Is it through the config file or something similar
You could just use rewrite rules, depending what you are after. This post might help https://our.umbraco.com/forum/umbraco-8/96919-pagination-friendly-url it's about paging but should give you a general idea.
is working on a reply...