hybrid website? php and rails..

Sergio Ruiz wrote:

i am writing a new app in rails that i need to run on an existing domain..

the problem is, there are a few subdirectories on that domain that run a few old (but necessary) php scripts and a few other things that still need to be accessible..

is it possible to set up apache so that i can run my rails app using mod-proxy, but still retain access to the old directories in ~/public_html ?

the only thing i would do is make sure that there is no directory name overlap in the system..

for example.. i couldn't have /scripts in both apps.. which is fine..

i would appreciate any help in getting this set up..

thanks!

Read more about mod_rewrite in Apache. This solve your problem.