]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/usedirs___38___indexpages_using_problem.mdwn
1ca95cc8896ddce1d9594182ca8cf1e9f5d5c36b
[git.ikiwiki.info.git] / doc / forum / usedirs___38___indexpages_using_problem.mdwn
1 My ikiwiki setup file configed like:
3         usedirs => 0,
4         indexpages => 1,
6 I create a directory and some .mdwn source file  /Whatis/index.mdwn and /Whatis/OSS.mdwn . The html file ikiwiki generated is
7 /Whatis/index.html and /Whatis/OSS.html . 
9 But in the page [OSS.html](http://atoz.org.cn/Whatis/OSS.html) , the auto generated link (on the page top)
10 to “Whatis” is /Whatis.html file , not to /Whatis/index.html. So the link to “Whatis” is fail .
12 Is it a bug , and how can I do for that ?