diff options
author | simonraven <simonraven@web> | 2009-10-19 04:58:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-10-19 04:58:46 -0400 |
commit | 04aa977b45cbd67792f7873b02175d408ce1fd85 (patch) | |
tree | 83a30b71d74255bab8422324e958c44bb185bb74 | |
parent | 5864184c0b66a5441a0b8cd146dee3224b0d94c4 (diff) |
bad generation of links in map directive
-rw-r--r-- | doc/bugs/pages_missing_top-level_directory.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/pages_missing_top-level_directory.mdwn b/doc/bugs/pages_missing_top-level_directory.mdwn new file mode 100644 index 000000000..302d3653a --- /dev/null +++ b/doc/bugs/pages_missing_top-level_directory.mdwn @@ -0,0 +1,17 @@ +Hi, + +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. + +An example would show this best I think. + +<pre> +/ <- root of site +/About/ <- sub-directory + /Policy/ <- sub-sub- +</pre> + +When you're on /About/, any generated links get mapped to /Policy/ and NOT /About/Policy/ - of course this results in a 404 error. + +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. + +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. |