Rolando Abarca
2006-Aug-17 14:48 UTC
[Rails] php application inside rails public directory?
Hi all, I need to install cerberus inside my rails app''s public directory... I agree that the best method would be to put the whole php app in it''s own subdomain, but for now (i''m just testing) that''s not possible... What would be the way to do that? thanks! rolando.- -- Posted via http://www.ruby-forum.com/.
straightflush@gmail.com
2006-Aug-17 17:29 UTC
[Rails] php application inside rails public directory?
i have done this before by putting the subdomain inside an IFRAME on a rails view page. Otherwise I think your only 2 other choices are drop it in the public/'' directory or use a Location rule of some sorts to use a different DocRoot adam On 8/17/06, Rolando Abarca <funkaster@gmail.com> wrote:> > Hi all, > I need to install cerberus inside my rails app''s public directory... I > agree that the best method would be to put the whole php app in it''s own > subdomain, but for now (i''m just testing) that''s not possible... > What would be the way to do that? > thanks! > rolando.- > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060817/61acc520/attachment.html
Rolando Abarca
2006-Aug-17 20:50 UTC
[Rails] Re: php application inside rails public directory?
unknown wrote:> i have done this before by putting the subdomain inside an IFRAME on a > rails > view page. Otherwise I think your only 2 other choices are drop it in > the > public/'' directory or use a Location rule of some sorts to use a > different > DocRoot > > adamyes... I finally desisted that idea and used another subdomain :-) rolando.- -- Posted via http://www.ruby-forum.com/.