How to direct a domain from an old server to a new site on Adobe Catalyst?

Hi,
I am trying to figure out how to direct a domain from an old server to a new site on Adobe Business Catalyst.
My client has his old website on a server (not business catalyst), he also has email addresses there.
I designed his new website on Adobe Muse and uploaded it to a temporary address on Business Catalyst. Now I want to direct his domain name to this new website.
Is there a way to do this seamlessly, including the emaill addresses?
Many thanks
Roey

You should be able to do this through your domain registrar.  Simply point the domain record to the business catalyst site and give it a few hours to propagate and you should be done.

Similar Messages

  • How do I move mail from an old server to a new server?

    I am rebuilding my server. The new server runs on OS X 10.9.4 with Server 3.1.2. The old server ran OS X 10.9.x and Server 3.x (the exact versions are not known).
    Within the folder /Library/Server/Mail, I found the email stores for both systems.  I have gone through each folder and identified the 36 character string that serves to identify the user's mailbox and paired each one to a user id on both systems.  On the old system, there are multiple mailboxes for some users, and I think it is a result of the users being deleted and recreated: perhaps the system identified the identical name and assumed that the user might be different and therefore created a unique 36 character id for the mail system.
    The trick is, I am trying to recover the mail from the old server.
    I have attempted to copy the files which are human readable and formatted for SMTP transmission to the new server under the correct mailbox corresponding to the owning user (see screen shots below). The simple act of copying the files has not made these files visible via the IMAP protocol. I have tried restarting the mail service hoping that the Server app would rebuild whatever indexes need to be built so that the mail can be served via IMAP, and that has not worked either.
    The question is, how do I get the mail from the old server mail boxes into the new server mailboxes?
    This screen shot shows the location of one mail collection at /Library/Server/Mail/Data/mail/[userid].  Mail sits in the "new" folder only for a moment before being processed and put into the "cur" folder.  Copying mail from the old server into the "new" folder produces an empty "new" folder, but one can see the files populate briefly before they are moved into the "cur" folder.
    The next screen shot shows one email opened in TextEdit.  The format should look very familiar.  This is the same format that one would use to send SMTP requests to an SMTP server.  This particular example happens to be an email from a Gmail account to the PediatricHeartCenter.org domain to test the mail system when the old server was set up.  It was sent on 24 Jan 2014 and had text reading "Intended for Mavericks1. -Jared".

    On further research, I have learned that OS X Server sets Dovecot to use the MailDir format.  The email messages can be removed from the folders and put back, and as long as they were present in the folder to begin with (received by Dovecot originally), they reflect in the Mail.app on client computers.  Deleting a file in the "cur" folder causes the file to disappear in Mail.app. Copying the file back into the "cur" folder will cause the file to reappear without any modification of an index file or any other system component, as long as the file was properly formatted by Dovecot to be identifiable to that folder.
    According to Dovecot.org's review of MailDir found here (http://wiki2.dovecot.org/Ma,ilboxFormat/Maildir), the file name can be broken into simple pieces: " [unixtimestamp].[process id].[hostName],S=<message size>,W=<virtual message size>/2,[status tags]".  The original MailDir++ specification requires the string ":2," to appear after the virtual size, but this file naming format is not legal in Mac OS X, so Dovecot is modified by Apple to use "/2," instead.
    The Dovecot's wiki describes inserting new messages as follows:
    Mail delivery
    Qmail's how a message is delivered page suggests to deliver the mail like this:
    Create a unique filename (only "time.pid.host" here, later Maildir spec has been updated to allow more uniqueness identifiers)
    Do stat(tmp/<filename>). If the stat() found a file, wait 2 seconds and go back to step 1.
    Create and write the message to the tmp/<filename>.
    link() it into new/ directory. Although not mentioned here, the link() could again fail if the mail existed in new/ dir. In that case you should probably go back to step 1.
    All this trouble is rather pointless. Only the first step is what really guarantees that the mails won't get overwritten, the rest just sounds nice. Even though they might catch a problem once in a while, they give no guaranteed protection and will just as easily pass duplicate filenames through and overwrite existing mails.
    Step 2 is pointless because there's a race condition between steps 2 and 3. PID/host combination by itself should already guarantee that it never finds such a file. If it does, something's broken and the stat() check won't help since another process might be doing the same thing at the same time, and you end up writing to the same file in tmp/, causing the mail to get corrupted.
    In step 4 the link() would fail if an identical file already existed in the maildir, right? Wrong. The file may already have been moved to cur/ directory, and since it may contain any number of flags by then you can't check with a simple stat() anymore if it exists or not.
    Step 2 was pointed out to be useful if clock had moved backwards. However again this doesn't give any actual safety guarantees, because an identical base filename could already exist in cur/. Besides if the system was just rebooted, the file in tmp/ could probably be even overwritten safely (assuming it wasn't already link()ed to new/).
    So really, all that's important in not getting mails overwritten in your maildir is the step 1: Always create filenames that are guaranteed to be unique. Forget about the 2 second waits and such that the Qmail's man page talks about.
    The process described by the QMail man page referenced above suggests that as long as a file is placed in the "new" folder, that a mail reader can access it.  The mail reader then moves the file to the "cur" folder and "cleans up" the "new" folder.  This is clearly happening in OS X, because the messages are moving from "new" to "cur", but IMAP is still not serving these foreign messages to the remote readers.
    The thought crossed my mind that perhaps it is the fact that the host name does not match, which would cause the failure, however changing the "host" portion of the name from the old-server to the new-server did not fix the issue.  Even with the new server name in the file name, the inserted message fails to appear in client Mail applications.
    Within the file their is header information that still references the old machine. I'd like to not have to change the email files, because this will violate the integrity of the message. Also, this might take a lot of time or incur risks associated with poor automated processing. The header information should not be referenced by Dovecot, because the wiki page describing MailDir notes that neither Dovecot nor Dovecot's implementation of IMAP refers to the messages header information when moving and serving these mail files.
    Unlike when using mbox as mailbox format, where mail headers (for example Status, X-UID, etc.) are used to determine and store meta-data, the mail headers within maildir files are (usually) notused for this purpose by dovecot; neither when mails are created/moved/etc. via IMAP nor when maildirs are placed (e.g. copied or moved in the filesystem) in a mail location (and then "imported" by dovecot). Therefore, it is (usually) not necessary, to strip any such mail headers at the MTA, MDA or LDA (as it is recommended with mbox).
    This paragraph leads me to believe that after the mail box is identified that the content of the file becomes irrelevant to the system which manages. This suggests that we should be able to inject messages into a mailbox and have the system serve them as though they had belonged in that mailbox all along. Yet I have not found a way to do this.

  • How can I transfer CS5 from my old PC to my new PC?

    How can I transfer CS5 from my old PC to my new PC?

    You can download the trial version of the software from the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site.
    http://prodesigntools.com/all-adobe-cs5-direct-download-links.html
    If you do not intend to use the older machine any longer, you should consider deactivating it and uninstalling it from that machine.  If you think you might need the option to use it, you are allowed to maintain two licensed installations.

  • How do I copy files from my old pc to my new imac?

    how do I copy files from my old pc to my new imac?

    There are many methods, however you are specific about the type of files you want to move. The first time your Mac turns on it begins with Setup Assistant and asks if you want to migrate from another Mac or PC, you must have missed that. I'd recommend looking over Pondini's Guide and following the directions for using Migration Assistant. You can find them by clicking How to Use Migration Assistant From PC to Mac 10.7 Lion.
    If you have specific files you are attempting to migrate then moving them to an external HD and then just dragging and dropping them from the EHD to the Mac would be very simple. Apple explains migration strategies in Switch 101

  • How do I move apps from an old mac to a new one

    I am purchasing a new Macbook Pro after having my old one for six years. I have numerous apps that I have purchased and downloaded over the years. I don't want to loose them and really don't want to have to purchase them again. Can I and how can I move apps from my old Mac to my new one?

    Be sure you back your current system up BEFORE you do anything. If you use Time Machine, migration assistant works well.
    Barry

  • How can I restore files from my old iMac to this new purchased MacBook Air? I am using time machine backup in my old imac.

    How can I restore files from my old iMac to this new purchased MacBook Air? I am using time machine backup in my old imac.

    Hi,
    Try Target Disk Mode
    OS X Yosemite: Transfer files between two computers using target disk mode
    There is also Migration Assistant.
    OS X Yosemite: Transfer your info from a computer or storage device

  • How do I move pse9 from my old laptop to a new one?

        How do I move pse9 from my old laptop to a new one?

    I have my original disk, but I believe I need to de-ctivate the existing copy before installing on the new computer.

  • How can I transfer music from my old iPad to my new MacBook ?

    How can I transfer music from my old iPad to my new MacBook ?
    My old MacBook was stolen and now I have all my music still on my IPad but like to get it back in my ITunes as well, is this possible ?

    If the music was purchased from the iTunes Store, simply sign into your iTunes Store account on iTunes. From there, go to the main page of the store. Then, on the right, there should be a purchased button. Tap there, and walla! You can download all of your past purchases. If it wasn't from the iTunes Store, use a third party Mac app.

  • How do I copy everything from my old Iphone to my new one?

    How do I copy everything from my old iphone to my new one?

    Refer to these articles:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/HT4527
    iTunes: Back up your iTunes library by copying to an external hard drive
    http://support.apple.com/kb/HT1751

  • How can I migrate data from an old MBA to a new one without having access to the screen of the old one? The screen of the old MBA is damaged !

    How can I migrate data from an old MBA to a new one without having access to the screen of the old one? The screen of the old MBA is damaged !

    If your "older" MBA has a Thunderbolt port then it isn't that old. See Target Disk Mode about how it's used. Note that without a monitor you won't be able to tell from the screen when it has fully started, and if it succeeded in starting in TDM. If it did, then the hard drive should appear on the Desktop of your new computer. You can then access it to transfer your files. You can even use Migration Assistant or any backup utility to transfer data. Just don't try to transfer system files.

  • How can I copy music from my old ipod to my new one??

    How can I copy music from my old ipod to my new one?? They are not on my computer because it is also new, and the old one is not working anymore. Is there a way to do this without having to import the music from the cds again??

    Check this out:
    Getting Music from your iPod to your Computer 3rd party options
    I hope this helps!

  • How do i transfer music from my old ipod to my new one?

    how do i transfer music from my old ipod to my new one?

    You can't without putting it on iTunes first, which is done by using the Transfer Purchases command in the File menu.
    (65157)

  • How do I transfer data from my old phone to my new phone?  Old phone works but the screen is broken

    How do I transfer data from my old phone to my new phone?  Old phone still turns on, but screen is broken

    Backup Assistant will download your last saved to network contact/phone numbers. Look on phone menus my Casio has it listed under contacts but mfg's differ on where to actuate. Call *611 and get V rep.

  • How do i transfer data from my old macbook to a new macbook pro?

    how do i transfer data from my old macbook to a new macbook pro?
    i have an ether net cable will this help?

    I've used Migration Assistant in the past and it's working like a champ. You either want to connect your MBPs using a Firewire cable or have them connected to the same router with Ethernet cabling. Don't attempt a wifi transfer - it could take a whole day.
    Both links provided are good - they both point to various ways to transfer data. I just prefer MA.
    Clinton

  • How do I transfer files from my old iMac to my new Pro laptop?

    How do I transfer files from my old iMac to my new Pro laptop?

    If you can get both computers on the Internet at the same time without re-cabling, you have the connection infrastructure needed to enable file sharing and share those files.
    That said, many users find it easier to use FireWire Target Disk mode to treat the old computer as a big Hard drive, and just drag and drop the files, or use Migration Assistant or Setup Assistent.
    There is a really good guide here:
    http://pondini.org/OSX/Setup.html

Maybe you are looking for

  • Open Items with customer and vendors

    Hi all, I have to develop a aging report for all customer open items that also includes vendor open items where the customer and the vendor are linked. Does someone knows how to determine when the customer and verdor are linked? Thanks in advanced, G

  • My iphone 6 wont turn on after i updated it and it doesn't work to restore it in itunes. what should i do?

    my iphone 6 wont turn on after i updated it and it doesn't work to restore it in itunes. what should i do?

  • Cannot send compressed PDF which is does NOT exceed MAX size?

    I am trying to send some PDF's to be opened in IBook which works great, but I keep exceeding the max size which does not reflect the true size of the PDF I am trying to send. When I try to send a PDF which is 22.1MD, I get a message from the Mail app

  • No changes in TU report, but changes in TU scores...

    So I took a drop across the board on TU today.FICO 08                     743->739FICO 04                     713->711FICO AUTO 8            764->758FICO AUTO 4            733->731FICO BANKCARD 8  758->754FICO BANKCARD 4  719->717Not a big drop, but 

  • How to generate an addon

    addons are generated manually how to genarate addons automatically. waiting for u r reply Comment: Please put clear subjects for your questions. You have several posts with the "sap b1" subject... Thanks. Edited by: Moderator on Mar 20, 2008 11:43 AM