I''m new to Instiki. With that said, I want all my pages to show the published version. If I hit: http://www.my-site.com:2500/home/published/ the homepage is shown in published mode, but if i click any link it links to the /show version. I have set the [X] Publish this wiki option in the settings. How do I do this? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20050824/82aa55f6/attachment-0001.htm
Adam Roth wrote:> I''m new to Instiki. With that said, I want all my pages to show the > published version. If I hit: > > http://www.my-site.com:2500/home/published/ > > the homepage is shown in published mode, but if i click any link it > links to the /show version. I have set the [X] Publish this wiki > option in the settings. > > How do I do this? >Try http://www.my-site.com:2500/home/published/HomePage
Same thing. Homepage is published, the [[About]] and [[Contact]] links still point to /show/About and /show/Contact ..? On 8/24/05, Steve Downey <sldowney@berkeley.edu> wrote:> > Adam Roth wrote: > > > I''m new to Instiki. With that said, I want all my pages to show the > > published version. If I hit: > > > > http://www.my-site.com:2500/home/published/ > > > > the homepage is shown in published mode, but if i click any link it > > links to the /show version. I have set the [X] Publish this wiki > > option in the settings. > > > > How do I do this? > > > > Try http://www.my-site.com:2500/home/published/HomePage > _______________________________________________ > Instiki-users mailing list > Instiki-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20050824/99c717b5/attachment.htm
Last time I set this up it involved some extra magic in an .htaccess file as it never seemed to work right "out of the box" in earlier versions - at least not for me. I do not have the .htaccess rules in front of me just now though so this is not really much help I guess. Sorry. Huw On 8/24/05, Adam Roth <adamjroth@gmail.com> wrote:> Same thing. Homepage is published, the [[About]] and [[Contact]] links > still point to /show/About and /show/Contact > > ..? > > > On 8/24/05, Steve Downey <sldowney@berkeley.edu> wrote: > > Adam Roth wrote: > > > > > I''m new to Instiki. With that said, I want all my pages to show the > > > published version. If I hit: > > > > > > http://www.my-site.com:2500/home/published/ > > > > > > the homepage is shown in published mode, but if i click any link it > > > links to the /show version. I have set the [X] Publish this wiki > > > option in the settings. > > > > > > How do I do this? > > > > > > > Try http://www.my-site.com:2500/home/published/HomePage > > _______
Adam Roth wrote:> I''m new to Instiki. With that said, I want all my pages to show the > published version. If I hit: > > http://www.my-site.com:2500/home/published/ > > the homepage is shown in published mode, but if i click any link it > links to the /show version. I have set the [X] Publish this wiki > option in the settings. > > How do I do this?Which version of Instiki are you running? I remember the behavior that you describe from some earlier version (0.10.0 or thereabout). 0.10.2 (on my computer, at least) creates bad links if you access /home/published/, but all is well if you access /home/published/HomePage Which is a bug, anyway, but not as severe as what you see. Alex