Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Installing WordPress
    In reply to: Free Hosting

    siteground.com – the best deal. 5 gigs space and 100 gigs transfer a month for $5. Their service is top rated as well. I throughly researched providers before choosing them. oh, and 10 mysql and postgresql databases as well.

    Thread Starter graywave

    (@graywave)

    Sorry, should have put this in a long time ago, but I successfully set up WordPress using SiteGround.com hosting. So far I have been very pleased with them. Excellent deal.

    Thread Starter graywave

    (@graywave)

    Thank you all for trying to help!!

    Thread Starter graywave

    (@graywave)

    @cameroon
    My hosting provider says that it supports the following:

    * PHP Version 4.3.0
    * MySQL 3.23.54

    I don’t know about the mysqli library.

    @moshu
    Thanks, but I already tried that. I think that I am going to try a different host.

    Anybody have experience with Cedant.com, SiteGround.com, or ICDSoft.com ?

    Thread Starter graywave

    (@graywave)

    No, I tried it again but it still doesn’t work. I have tried it in so many combinations my head is spinning…

    Any other help??

    wp-config.php looks like this now:
    code
    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘wordpressblog’); // The name of the database
    define(‘DB_USER’, ‘wordpress’); // 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’);
    ?>

Viewing 5 replies - 1 through 5 (of 5 total)