you will have to change the domain values in phpmyadmin or otherwise it still points to your old stuff.
thanks for the replies, but i think i need to clarify myself a bit judging by some of them...
im trying to make a 'master' blog so that each time i start a new one i dont have to configure all the plugins and things over and over.
from hacking around ive found that the "ftp-able" files hold the plugins, themes, and wordpress itself, but none of the settings and things. in fact, copying the directory over through ftp was what i have been doing in the past.
so copying the whole thing makes a one-to-one copy, but the two blogs are linked; a change on one makes a change on the other.
pointing the wp-config.php to a new sql database wipes all the settings along with everything else...
poking around the sql database its pretty clear that all the settings i am trying to transfer are stored here.
so now i know what to do
-copy directory thru ftp
-copy sql database
-edit sql fields to point to new domain
so now just trying to be sure i edit only the fields i need to (and dont leave any out)
from what i see theres only wp_options.siteurl and wp_options.home ?
seems to work but would love a second opinion
