Chris
2006-Jun-07 09:02 UTC
[Rails] Apache/Routing Help (Can I have apache route to specific con
I am trying to integrate a rails application with Zope. My goal is to slowly replace parts of the Zope site with Rails while trying to maintain the original urls (where possible). I am using Apache 1.3 with FCGI. Right now my set up looks sort of like the following: Alias /rails/ /rails-app/public/ RewriteRule ^/rails/ - [L] RewriteRule ^/(.*) http://zope-server/$1 [P,L] I am using the /rails/ alias just for new development and stuff where the url is not important or can be changed once Rails has fully replaced Zope. However, what I need now is a way to have something like /support map directly to my rails support controller. Is this even possible? Thanks, Chris -- Posted via http://www.ruby-forum.com/.