Technical support This forum is closed.
Version 1.x > Technical support > Is it possible to exclude hierarchical part from friendly URLs? View modes: 
User avatar
Member
Member
Antony - 12/7/2005 2:16:40 PM
   
Is it possible to exclude hierarchical part from friendly URLs?
Hello,

I mean to use this one:

http://www.my_site.com/page_name.aspx

instead of:

http://www.my_site.com/level_1/level_2/.../level_n/page_name.aspx


My site has very complex structure, so, sometimes URLs are very huge.

Thanks,
Antony

User avatar
Member
Member
astajl - 12/8/2005 11:30:50 AM
   
Re: Is it possible to exclude hierarchical part from friendly URLs?
Antony,

The idea of your question is a bit similar to mine (permanent access url).
Each document has its unique node id. I believe we can reference to this id access the page. We can trace the IDPath from CMS_Tree by NodeID in database. So that the system can trace its parent and define some values like Transformations.

Actually the search function is a bit similar to this concept.
http://myhost/mycms/SearchResultRedirect.aspx?idpath=/xx/yy/zz

astajl

User avatar
Member
Member
Antony - 12/8/2005 12:18:03 PM
   
Re: Is it possible to exclude hierarchical part from friendly URLs?
Yes, you are right.
But it is required, in my case, URLs to be readable such as .../OurContacts.aspx, for example.
As I have known, this feature hasn't been implemented in 1.7 version, but it will in 1.8.
So, I'm going to wait next version.

Thanks,
Antony