I have a Rails application and it is working great. For some specific page I would like to redirect it to some other page when a user requests that page, but what I want is to do a redirection outside
Rails code, so the settings ,at the end, would have to be outside rails code itself.
There could be a htaccess file to modify as an outside file to redirect to some other page, but I haven't done that so far with rails.
So, the questions is - Is that possible?