Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Ignore folder in url construction View modes: 
User avatar
Member
Member
eric.savage-clyral - 9/21/2012 4:15:48 AM
   
Ignore folder in url construction
We have a folder structure something like this:

Parent
--Subfolder
----Page1
----Page2
----etc

Giving us a url of: Parent/Subfolder/Page1
What we want is: Parent/Page1

What's the best way to enforce all the leaf pages to ignore the Subfolder in the url? We can't afford to do it individually for each leaf as there are a huge number.

User avatar
Kentico Support
Kentico Support
kentico_radekm - 9/22/2012 6:44:26 AM
   
RE:Ignore folder in url construction
Hello.

If that folder name is part of an alias path, you will need to set custom document URL path / alias path for every single document, or copy / move these documents to another location. Regrettably, I am not aware of some simple way how to handle it globally and automatically. Optionally, you could consider doing this in API.

Best Regards,
Radek Macalik