Hello. I'm running an expression-eninge powered site on say xyz.org, and would like to transition everything xyz.com. I would like to make sure that a request to xyz.org/news/1 would also automatically resolve to xyz.com/news/1 What's the best sequence of going about changing things around, without having any downtime...? Additionally, I'm running google apps on this domain... for that, do I just change the dns settings under DNS override? (I found more details on the google side of things here) From looking around, this will probably have to be accomplished with a .htaccess entry, but I'm not sure what exactly to add to my .htaccess file. Thanks in advance. Timo. asked 02 May '11, 14:18 timo |
For the URL redirection, yes, you need to do that in .htaccess. An example is available in our documentation: Redirect a Domain with a Static/CGI/PHP App. Regarding Google Apps, we've got that covered also: Using Google Apps for Email Hope that helps! answered 02 May '11, 17:08 seanf Thanks. I was having problems with assigning the new .com domain within the control-panel, and all over sudden my main .org stopped working... so I was wondering what the best "sequence of events" is (and if there is maybe a more detailed walkthrough somewhere, on how to add the new domain in the control-panel. Timo.
(03 May '11, 13:31)
timo
To add a domain and its subdomains:
If you need something more specific than that, please open a support ticket and let us know the exact domains, sites, and apps that you're trying to set up.
(03 May '11, 14:02)
seanf
|