WordPress feat. IIS 6.0
-
Hi,
I have made a website for my dog, and have dev. the site/design on a Mac with Tiger 1.4.2, now I’m ready to put it online but the hosting server is a Mircosoft Windows 2003 server with PHP and mySQL server.But I have a problem with installing WordPress…
take a look at http://www.charlie-hunden.dk/wp-admin/install.php
—
Here is the wp-config.php file:
—
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘charlie_hundendk’); // The name of the database
define(‘DB_USER’, ‘charlie’); // Your MySQL username
define(‘DB_PASSWORD’, ‘testing’); // …and password
define(‘DB_HOST’, ‘charlie-hunden.dk’); // 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 = ‘charlie_hundendk_’; // 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’);
?>
—
The topic ‘WordPress feat. IIS 6.0’ is closed to new replies.