i mean, i want to keep 2 separate blogs – one on my main domain and one on my subdomain but it doesnt seem to work at all. Or is there a problem with my computer instead?
It, probably, is an issue with your install. Did you change the table prefix in the wp-config file for the second installation? If not, both installations point to the same database –> are identical.
More: http://codex.wordpress.org/Installing_Multiple_Blogs
No – it’s probably in your wp-config.php.
Each blog must have a separate table prefix for the database.
Look in your blog’s wp-config.php for this line.
// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!
Where you see wp_ that is ok for one blog. For the other you need to make it something like wp1_ or wrdp_. Something different.
This will let you run multiple blogs from the same database.
edit – moshu by minutes :>)
Thanks moshu, I saw your replies on other posts but did not understand where to find the table prefix.
Samboll, your instructions are precise for a complete rookie like mine! I got them up! After 2 days and installing and reinstalling!
I’m over the moon now!
Many thanks, guys! 🙂