Leaving Existing Site up During Redesign? Is it Possible?
PermalinkIs there a way for me to do this, while leaving the existing site up? I'd like the existing site to remain until I have all the bugs worked out of the redesigned site, but I'm not sure how to go about building the redesigned site.
I host with Bluehost and they were absolutely no help at all.
Please use small words and stick figures if you like, because I'm pretty clueless about this. Thanks in advance for your help.
I feel like I'm such an idiot. I usually can figure stuff out, but this is just so incredibly frustrating .
/public_html/mysite/concrete5folderstructure
Somewhere in your Panel there should be the possibility to point your domain to a folder on your webspace, which now points to either /public_html or /public_html/mysite
*replace 'mysite' with whatever name you chose on installation.
What the tutorial below asks you to do is:
Create another instance of concrete5 on your server (new installation) to edit the new version, you'll need to point a subdomain to the folder.
So, if your webroot is /public_html, you create for example a folder 'v2', so it goes /public_html/v2, now you install concrete5 into that folder and create a subdomain (for example 'v2') which points to that folder. So in the end you can call the new site from
http://v2.yoursite.com and install concrete5 and edit everything there. Your old site will still be active and viewable viahttp://yoursite.com
After you are done with building and editing, you just need to tell your Panel that the main domain (http://yoursite.com) should now point to folder /v2.
Thats how it theoretically goes - if the backend of your Panel/Hosting allows you to do so... I dont know :)
So, just let me make sure I'm understanding what you're suggesting:
1. I create another subdomain, install Concrete5 there and use the new theme to redesign the site
2. When I'm done and everything works, I go to Bluehost and figure out how to point the URL to the new site? Or do I rename the folder?
Take a look at this How-To.
http://www.concrete5.org/documentation/how-tos/developers/organise-...
The article explains how to install multiple versions of concrete5.
Because you most likely have your site in the root of your web space, that would mean moving things around.
Another option is developing your site locally using a web server.
Windows: WAMP or XAMPP
OSX: MAMP
http://www.concrete5.org/documentation/how-tos/designers/installing...
http://www.concrete5.org/documentation/how-tos/designers/installing...
Both options might be a challenge if you have limited experience.
While you explore those options, I would wait for some more opinions. Someone might have a better solution.