What you'll need to do will depend on how your hosting service has implemented support for RoR. Check their documentation and support forums for the information.
FYI, odds are a URL redirect isn't what you're after. The webserver can only deal with files located under public_html. You'll probably end up symlinking the public directory for the Insoshi app under public_html and then setting up cgi/fcgi. On Tue, Feb 17, 2009 at 11:55 AM, [email protected] <[email protected] > wrote: > > My hosting company (and I imagine most do this) place all RoR > applications in a folder outside of public_html. I want people going > to my home page to land on Insoshi so I need to do a URL redirect. > Any guidance on how to do this? I am assuming I just create an index > page with a line of code sending people to the folder where my RoR > application lives, but I have no idea what that code would look like. > Many thanks in advance, > > Drew > > > -- Long Nguyen [email protected] --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
