Sub Directory Bug
Q2 : Second (and original) question: I would like to have a tree structure. You know pages directory with two or three subdirectories (projects). I can build links with local://dir1/page1 and local://dir2/page2 . BUT then the top page has a weird link (looks like dir1/page1). I'd like a way to specify the link with an alias maybe like [local://dir1/page1 alias1] . It looks OK but I get a protocol error (I assume it passes it to the http engine and "local:" is not "http:" or "ftp:" or ...). So how do I do it? Can I do it?
A2 : Wow, 2 bugs in one! Thanks for noticing this. I'll answer your questions though. (1) [local://dir1/page1 alias1] local etc. is passed straight to the browser, rather than being translated to the real local directory by Wiki Server, which it should be :\ (2) More to the point [dir1/page1 alias1] SHOULD work for what you want, but evidently it doesn't at the moment. -- Ryan Norton