**Matrix Version:**5.4.0.3
Hello
I was wondering if there is a way to overwrite the current logic behind the creation of urls, which is based on the full web path of the asset.
Basically many of our assets are organized in folders, but we don’t want the name of the folder to be displayed in the web path.
Here’s an example:
Client applications [standard page]
Policies [folder]
Policy Example 1 [standard page]
Policy Example 2 [standard page]
The web path for the Policy Example 1 page currently is www.site.com/client-applications/policies/policy-example-1
Ideally I would like it to be - www.site.com/client-applications/policy-example-1, so basically don’t have the name of the containing folder in the web path.
Is that possible at all?
Because we are going to have a lot of these, I don’t want to have to create a whole lot of remaps because it would be too much work.
Any help with this issue would be highly appreciated! Thanks!