diff options
author | smcv <smcv@web> | 2018-12-01 08:28:11 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2018-12-01 08:28:11 -0400 |
commit | 2bdf01279a7d1c1f4381c403b254915a9075b98c (patch) | |
tree | 5c76ac6dac3e3309bec6d7b02d0da3f45621033d /doc | |
parent | 4fc19e39bc5e4199aa9bf33f011d46ca86e6bb09 (diff) | |
download | ikiwiki-2bdf01279a7d1c1f4381c403b254915a9075b98c.tar ikiwiki-2bdf01279a7d1c1f4381c403b254915a9075b98c.tar.gz |
I don't think the Chinese text causes this
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/About___37__2F_problem.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/About___37__2F_problem.mdwn b/doc/bugs/About___37__2F_problem.mdwn index 4b5ae384d..bb021efb4 100644 --- a/doc/bugs/About___37__2F_problem.mdwn +++ b/doc/bugs/About___37__2F_problem.mdwn @@ -21,3 +21,14 @@ I have found that it is not "%2F"'s problem, it just that inline directive can not deal with Chinese char, the below link can work http://172.16.0.109/ikiwiki.cgi?do=blog&from=aaa%2Fbugs&subpage=1&title=aaa + +--- + +> I don't think this is actually caused by the Chinese text. The problem is that +> you used `rootpage="./bugs"`, which leads to the `blog` request handler +> generating an invalid page name. If you change it to `rootpage="bugs"` does +> that fix the error? +> +> Ideally either the `inline` directive or the `blog` request handler would +> understand and remove `./`, if it's something that makes sense in this context. +> --[[smcv]] |