• Don’t consider myself an idiot, but I’m certainly starting to feel like one. I have done everything — made the DB, changed the pw three times, rechecked DB settings and rewritten the config file, but still I get Error 404, webpage cannot be found: Here’s the config file. Any suggestions? I am hosting at smartyhost And awaiting answer whether they are compatible.

    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘jaattpix_com_au_blog’); // The name of the database
    define(‘DB_USER’, ‘w1618’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘XXXXXXX’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!

Viewing 1 replies (of 1 total)
  • The fact that you are not even receiving the database not found error message would suggest that you need to contact your host to see if there are any other problems.

    You could also try uploading a simple index.html file to check you are uploading to the correct location.

Viewing 1 replies (of 1 total)

The topic ‘First install 404- webpage cannot be found’ is closed to new replies.