Hi, is there one "best way" to configure redirects from mydomain.com to www.mydomain.com? I'm running a rails 3 application. Thanks! asked 31 Dec '10, 11:43 kevindickerson |
Indeed there is. We have documentation doing exactly this right here :) answered 31 Dec '10, 11:48 David L ♦♦ So, in the Websites control panel area, I have my Rails website already pointing to the When I try to add a new site to the
(31 Dec '10, 12:17)
kevindickerson
1
First remove mydomain.com from the site that is serving the Rails app, then create the new site to serve your redirect app from mydomain.com.
(31 Dec '10, 12:32)
seanf
First I had to click Domains under Domains/Websites, and then choose to edit my domain. Then I added a new subdomain for
(03 Jan '11, 13:48)
kevindickerson
|