On Wed, Nov 19, 2008 at 11:36 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Why do I have to run my site with the :3000 after the .com? How can I > fix this?
When you start rails tell it what port to start on using -p 80 ./script/server -p 80 Keep in mind this is not the preferred way to run rails in production. But it will get you started. cheers, steven bristol --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" 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/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
