Forum Replies Created

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter jeffjeff2

    (@jeffjeff2)

    Will do – what info will be helpful to send you?

    Thread Starter jeffjeff2

    (@jeffjeff2)

    Sorry, I’m fairly new at this forum — where do I find your email?

    Thread Starter jeffjeff2

    (@jeffjeff2)

    Upload location? Could be… I uploaded everything into http://…..com/blog. Should it have been loaded to the index?

    Thread Starter jeffjeff2

    (@jeffjeff2)

    I copied it from Step #5 and pasted it into my URL. In other words, I put in my URL up to that point, then pasted the rest. At any rate, I’m not even sure I filled in the wp-config.php file at this point. Here’s what it has:
    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘alittlem_wpblog’); // The name of the database
    define(‘DB_USER’, ‘alittlem_wpblog’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘*****’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

    // Change the prefix if you want to have multiple blogs in a single database.
    $table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-includes/languages.
    // For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* Stop editing */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    ?>

    Note: I created a database in my control panel called “wpblog” before running wp-admin/install.php – I just don’t know why I’m not getting the admin and password so I can login!

    Thread Starter jeffjeff2

    (@jeffjeff2)

    No, I had copy/pasted it…

    Thread Starter jeffjeff2

    (@jeffjeff2)

    Yes, that is a typo. And yes, when I unzipped the download, it did form 4 folders and several files. I ftp’d all up to account.

Viewing 6 replies - 16 through 21 (of 21 total)