search for: support_control

Displaying 1 result from an estimated 1 matches for "support_control".

Did you mean: supportedcontrol
2006 Jun 08
1
Can I route directly to Controller?
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