froment, on 26 January 2012 - 02:10 PM, said:
Given that you may want to give a chance to some other software/CMS in the future, I'd have another advice, if you don't mind, from my own experience...
It works if your hosting provider offers CPanel; if it's some other control panel, advice is still applicable, but bit more complicated.
Let's say you create your site in root directorium; that means your site is available at address, let's say, www.mysite.com.
One day you may decide to change design of your site, or to test another software, or whatever; that means you need to remove all files of old site from root folder, and place there files of new site. That may be a hassle, so this is my workaround:
I never create site content in the root directorium; I always create a subdirectorium and place entire content there. So, if I were you, I'd install Wordpress in a subdirectorium, let's say, www.mysite.com/wordpress (but choose more suitable title than "wordpress", it would be awkward; the shorter word, the better, in my opinion), and then from CPanel create permanent redirection from www.mysite.com to www.mysite.com/wordpress. Address of your site remains www.mysite.com, but visitors are seamlessly redirected to www.mysite.com/wordpress, where your site actually resides.
I said permanent redirection, not temporary, as it tells search engines to consider content of subdirectorium as content of main site, so your site will be listed for related searches anyway.
One day you're not satisfied with Wordpress features, and want to explore Joomla or whatever else; so you create another subdirectorium, let's say www.mysite.com/joomla, and work and test it without impacts to existing site. Once you've done and want to switch to new design, you just change redirection in CPanel, and new site is in place, without any downtime at all (otherwise, you'd have either to launch new site without testing, either to close it down for maintenance, either to move files from testing directorium to root directorium, which requires adjustments in database and Wordpress / Joomla / etc. installation itself).
Naturally, you can have as many subdirectoriums as you want, so that gives you endless possibilities of developing and testing various versions and content of the site, without interfering with each other at all. You can add photo gallery as I mentioned earlier, forum, ticket system, etc., all in different subdirectoriums, and once you're satisfied how they perform, just insert link from main site to them, and they're live.
I said in the beginning this works easily with CPanel (at Linux hosting), since it offers redirection possibility (in fact, it edits .htaccess file in root directorium; you can open that file before and after redirection, to see the difference). Windows hosting usually comes with Plesk control panel, which does not offer redirection, and does not have .htaccess either; so you would have to create one manually, to add redirection code, and then to upload it to server and check if it works...
It works if your hosting provider offers CPanel; if it's some other control panel, advice is still applicable, but bit more complicated.
Let's say you create your site in root directorium; that means your site is available at address, let's say, www.mysite.com.
One day you may decide to change design of your site, or to test another software, or whatever; that means you need to remove all files of old site from root folder, and place there files of new site. That may be a hassle, so this is my workaround:
I never create site content in the root directorium; I always create a subdirectorium and place entire content there. So, if I were you, I'd install Wordpress in a subdirectorium, let's say, www.mysite.com/wordpress (but choose more suitable title than "wordpress", it would be awkward; the shorter word, the better, in my opinion), and then from CPanel create permanent redirection from www.mysite.com to www.mysite.com/wordpress. Address of your site remains www.mysite.com, but visitors are seamlessly redirected to www.mysite.com/wordpress, where your site actually resides.
I said permanent redirection, not temporary, as it tells search engines to consider content of subdirectorium as content of main site, so your site will be listed for related searches anyway.
One day you're not satisfied with Wordpress features, and want to explore Joomla or whatever else; so you create another subdirectorium, let's say www.mysite.com/joomla, and work and test it without impacts to existing site. Once you've done and want to switch to new design, you just change redirection in CPanel, and new site is in place, without any downtime at all (otherwise, you'd have either to launch new site without testing, either to close it down for maintenance, either to move files from testing directorium to root directorium, which requires adjustments in database and Wordpress / Joomla / etc. installation itself).
Naturally, you can have as many subdirectoriums as you want, so that gives you endless possibilities of developing and testing various versions and content of the site, without interfering with each other at all. You can add photo gallery as I mentioned earlier, forum, ticket system, etc., all in different subdirectoriums, and once you're satisfied how they perform, just insert link from main site to them, and they're live.
I said in the beginning this works easily with CPanel (at Linux hosting), since it offers redirection possibility (in fact, it edits .htaccess file in root directorium; you can open that file before and after redirection, to see the difference). Windows hosting usually comes with Plesk control panel, which does not offer redirection, and does not have .htaccess either; so you would have to create one manually, to add redirection code, and then to upload it to server and check if it works...
That's actually a really, really good piece of advice. It would certainly give you a much better opportunity to try out all the different content management systems available without the hassle of deleting and moving files. One quick question though, what's the code you need to place inside the .htaccess for a permanent redirection? I might actually be interested in using this on one of my website.


Back to top









