Hi Oscar,

> Upon doing some research I understand that this is a matter of editing 
> routes.rb -
> but what changes do I need to make in order to conceal the web name?

This is untested, but it should work if you have one web only.
Wherever there is a reference to :web in the map, just remove it and
add a parameter with the web address. E.g. if you have one web called
'oscar' then change:
  connect_to_web map, ':web/:action', :controller => 'wiki'
to
   connect_to_web map, ':action', :controller => 'wiki', :web => 'oscar'
in all relevant places.

I think instiki.org actually does it differently - i think it has an
apache server in front that does the forwading internally. There
should be notes on how to do this in the wiki.

HTH,
Assaph

_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to