Hey all... I want to begin doing Rails development at my place of work. We currently have a few hundred web sites that we manage, many of them are on the same server. For example, the Math department may want us to develop some neat application and they''ll want it hosted at http://www.myschool.edu/math/neatapp/ Here''s the kicker... we use IIS. I just can''t figure out how to run Rails apps on IIS in subdirectories. I''ve tried it all, every article out there and even done some experimenting of my own. So I thought "I''ll use a reverse proxy for IIS" and I found ISAPI_REWRITE which does do proxying, but it doesn''t REVERSE proxy, meaning it doesn''t rewrite the URLs on the way back. So my rails app comes up fine, but no links work and no external files work because all of the links are relative to the WEBRICK server (or Apache VHOST) Example: <script src="/javascripts/prototype.js" type="text/javascript"></script> When it should say <script src="/math/neatapp/javascripts/prototype.js" type="text/javascript"></script> Does anyone have a solution for me? My students and I would love to be able to use this awesome technology here... switching from IIS isn''t going to be an option, and hosting these apps on a different box could work if we can get the URLs to be seamless (sort of a "don''t look behind the curtain" philosophy.) I welcome any and all suggestions. Thanks in advance. Brian Hogan Web Development Learning & Technology Services Schofield 3-B University of Wisconsin-Eau Claire 715 836 3585 hoganbp-VnAisaAFmHY@public.gmane.org Brian Hogan Web Development Learning & Technology Services Schofield 3-B University of Wisconsin-Eau Claire 715 836 3585 hoganbp-VnAisaAFmHY@public.gmane.org _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails