So I setup mod_proxy (ProxyPass / ProxyPassReverse in httpd.conf) as written up here: http://instiki.org/show/HowToUseInstikiAsWebSite And, when I hit up my site: http://www.my-site.com It immediately redirects to: http://www.my-site.com/wiki/show/HomePage and that''s kind of ugly. That style URL is fine for any other page, but is there a way to make the "homepage" have a cleaner URL? Thanks Adam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20050825/016829cc/attachment.htm
Adam Roth wrote:> It immediately redirects to: > http://www.my-site.com/wiki/show/HomePage > > and that''s kind of ugly. That style URL is fine for any other page, > but is there a way to make the "homepage" have a cleaner URL?In fact, no, because it will break links to other pages. I''ll probably refactor the internal link generation to use Rails'' Routes. Once that is done you will be able to tweak the URL shema by editing config/routes.rb Alex