diff options
author | http://mcfrisk.myopenid.com/ <http://mcfrisk.myopenid.com/@web> | 2009-11-05 03:49:37 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-11-05 03:49:37 -0500 |
commit | 440c7ec20853375e6c6e7aa3668016b9dee39ebd (patch) | |
tree | c338cbd3e91270ef4f46828523a9d6c3857b6079 /doc | |
parent | b37bca1dffed48747f89d420798396eddc1991d7 (diff) | |
download | ikiwiki-440c7ec20853375e6c6e7aa3668016b9dee39ebd.tar ikiwiki-440c7ec20853375e6c6e7aa3668016b9dee39ebd.tar.gz |
move question from plugins/html to forum
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn b/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn new file mode 100644 index 000000000..e48f952fe --- /dev/null +++ b/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn @@ -0,0 +1,7 @@ +I'm trying to convert hand written html site to ikiwiki and maintain url compatibility. html plugin with indexpages=1 converts all dir_name/index.html correctly to dir_name urls with wiki/css based content, but somedir/somefile.html files are only accessible as somedir/somefile/. Non .html files seem to accessible with their full paths, for example somedir/pic.jpg from hand written html can be accessed by same path under ikiwiki. + +How to make somedir/somefile.html accessible as somedir/somefile.html under ikiwiki? + +Thanks, + +-Mikko |