request for more detail
[ikiwiki.git] / doc / bugs / pages_missing_top-level_directory.mdwn
1 Hi,
2
3 I've rebuilt two sites now, and anything that requires a working directory structure isn't working properly. I have no idea how it's doing this. I don't see anything in my templates, and I haven't messed around with the back-end code much.
4
5 An example would show this best I think.
6
7 <pre>
8 /                   <- root of site
9 /About/             <- sub-directory
10       /Policy/      <- sub-sub-
11 </pre>
12
13 When you're on /About/, any generated links get mapped to /Policy/ and NOT /About/Policy/ - of course this results in a 404 error.
14
15 I used to be able to use relative links or absolute ones to get the links I want, and now I can't do either. The generated link results in a 404 due to the stripping of a directory.
16
17 I don't know if it's related to the fact that I have one ikiwiki install under another (/blog/ under / is also ikiwiki), but both are FUBAR.
18
19 > what do you mean by generated links: do you mean the output of
20 > [[ikiwiki/wikilink]]s? Or are you generating links some other way?
21 > When you say "on /About/, any generated links get mapped to
22 > /Policy/ and NOT /About/Policy" can you provide an example of what
23 > source generates the link? -- [[Jon]]