Hello all,
I have my website and WordPress installed on a Linode server running Ubuntu.
The directories are:
~/public_html - Website
~/public_blog - WordPress installation
My DNS and site config is set up so that:
hashbang0.com - Points to website in ~/public_html
blog.hashbang0.com - Points to WordPress install in ~/public_blog
Site config as follows:
Now, I have had enough of tinkering with PHP, HTML, etc. I want to move my WordPress installation so that visitors to hashbang0.com see the WordPress site. At the same time, anyone with links to the old blog.hashbang0.com (most notably RSS links and a few links on StackOverflow, etc.) shouldn't be cut off.
I'm guessing I could adjust the first part of my site config to:
And everything will be well?
Should I look at changing directories or putting some redirect in place for the future? Or would running a small, personal, site like this be OK?
Regards,
Ben