Hello all,
Does anyone have any experience with url pathing strategies and using the
CLI?

I have setup a a tree style (hierarchical) navigation that can go infinitely
deep.

Currently the paths are (absolute) but this seems to cause problems with the
cli.
Example:
/cool_people.html
/cool_people/mj.html
/cool_people/mj/bubbles.html


Is creating a relative path translation (../.. etc..) the only solution to
make the tree style (hierarchical) navigation cli compatible?
Example (pipeline at http:localhost:8888/cool_people/mj.html):
../cool_people.html
mj.html
mj/bubbles.html

Any recommendations?

Thanks,
Carl


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to