• Can I change the config.php after installation, if I decide to make two blog instead of one?
    So, oould I change the line:
    $table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’
    after my blog is already running? Or would this corrupt the database?

Viewing 1 replies (of 1 total)
  • moxie, one wordpress installation needs one wp-config.php file, and changing wp-config.php will not give you two blogs.
    To set up a second installation of wordpress, create a new wp-config.php file, and this time, use a different table prefix from what you used for the first wordpress installation. All the files for the second installation should be in a differnt directory from the first one.

Viewing 1 replies (of 1 total)
  • The topic ‘Can I change the config after installation?’ is closed to new replies.