Hi there,
I want to set up a testing environment - but NOT locally - I need to host it on a sub-domain so my clients can preview changes before I take any changes "live".
so, the plan is:
http://www.mysite.com = live site
dev.mysite.com = development/testing site
They need to use the SAME database tables.
I have searched the forums and codex... i understand how to create 2 WP sites using the same database, but not the same tables within the database.
i've read this:
http://software.jonandnic.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2
but it's for a previous WP version, and as my comment (at the very bottom) says, i can't even find the lines of code they are talking about in my "wp-settings.php"
i've tried this plugin unsuccessfully:
http://wp-hive.com/
i've tried wordpress MU, but it didn't solve my problem:
http://mu.wordpress.org/
and of course i've read the codex instructions 23 times, but it doesn't solve my problem either:
http://codex.wordpress.org/Installing_Multiple_Blogs
please help! :) i hope it's a stupid oversight on my part and there is an (easy?) answer to this.