i want a logical hierarchy:
--ยป MyBlog/MyCategory/MySubCategory

for the INDIVIDUAL ENTRY ARCHIVES in weblog config/archives files templates, i've tried
CODE
<MTParentCategories glue="/"><MTCategoryLabel dirify_unicode="1"></MTParentCategories>/<$MTEntryTitle dirify_unicode="1"$>.html

or
CODE
<MTSubCategoryPath>/<$MTEntryTitle dirify_unicode="1"$>.html

but the entries appear on the 1st level not even in their folder.

so there is really a BUG using MTSubCategoryPath on individual entry archives