Is it possible to redirect from a rails app to media wiki? How to do it?
Did you want to do this within the Rails environment, or at the Apache (or other Web server) level?
Walter
From within the Rails environment.
http://rails.rubyonrails.org/classes/ActionController/Base.html#M000468
Take a look at the third example there.
Walter
Thanks