Transfering Beta site to Live Site?

Jaxel

New Member
Okay, lets say I have a website at:

http://www.mydomain.com (public_html/)

And then I have a new version at:

http://beta.mydomain.com (public_beta/)

Now, I want to move the beta website, into the main www subdomain.
Would this be as simple as renaming my "public_html" folder to "public_temp" and then renaming my "public_beta" folder to "public_html"?

Or would it be more complicated than that?
 
Probably. Depending on your configuration, you can also make your DocumentRoot a symlink which you update as needed--this is the approach that Capistrano tends to take.
 
Top