4 folders and the files. No zeros, all there. All in Transmit ftp’s default, but it doesn’t typically make mistakes in that regard. I’m wondering if it’s permissions, though. I see that index.php is all zeros, for example. So was wp-admin folder, but I changed it to 755 and that didn’t make any difference. install.php is set at 755. Any idea what those should be or is there a listing somewhere? (BTW, thanks for taking a look at this for me!)
The wp-config file is pasted below. I have tried it with WPLANG left blank the way it came and with ‘en.mo’ in that spot and it hasn’t seemed to matter. Here’s the code (except for the bottom that is supposed to stay the way it is), and I’m sure it’s right in terms of correct paths/username, etc.
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘world_wordpress’); // The name of the database
define(‘DB_USER’, ‘world_wordpress’); // Your MySQL username
define(‘DB_PASSWORD’, ‘songbirdworld’); // …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’, ‘en.mo’);