I have a wordpress site based at site5. I would like to create a staging server where I could try out scripts and plugins before going live. I have a few questions
1) I believe the addon domain is installed at public_html/foobar.com/ – does foobar.com therefore have to have been previously registered for it to be usable or could I just put in the browser
http://www.originalsitename.com/foobar.com/
2) Is it a one click install to install a second wordpress in the addon domain (creating therefore another wordpress database and all the assocated files)?
3) how does one go about migrating/exporting the live site to the addon domain version
Answer #1
Adding a second WordPress installation is a good idea for testing and developing a new site. Using an addon domain is a popular way of doing this, though there are quite a few steps to it. For your specific questions:
1 – you are correct regarding the folder placement, and that you would need to register the domain for it to really work. You could use a subdomain, which can be set up without registering a new domain, and get the same effect. A subdomain is something like: devsite.yourdomain.com
2 – it is a one-click install, the same as installing it on your main domain. When installing, you just need to specify the site you want it installed to.
3 – this is the most complicated part, but WordPress has a detailed article on this in their Codex, at http://codex.wordpress.org/Moving_WordPress#Moving_Directories_On_Your_Existing_Server Please be sure to read every step before starting, and let us know if you have any questions. Our support team is quite familiar with this process, and are more than happy to help.