• Greetings, I just installed WP 2.8.4 to my hosting account. It installed itself to /blog directory (created this dir by default).

    I want to end up having two blogs. One labeled ‘Arianna’ and the other ‘Christ Centered Blog’ for example. I don’t want them intermingled. So how is the best way to do this?

    I tried moving the install files per http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory but it is not working. I.e. I am not sure what to actually change in the index.php file. As in what to change it to as nothing is working.

    to the following, using your directory name for the WordPress core files:
    require(‘./wordpress/wp-blog-header.php’);

    I tried:
    require(‘./ariannablog/wp-blog-header.php’);
    require(‘./timlist.net/ariannablog/wordpress/wp-blog-header.php’);

    I am not sure what it should really be.

    Also. I put that index.php file into my /ariannablog directory?
    Then how do I have another blog in a /ccb directory?

    Thanks much!
    Peace and Blessings

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Moving from /blog to /new dir – not working’ is closed to new replies.