First time installation
-
Hey
I have now tried, without luck, to install WordPress. Hope there is somebody out there who can help!
My Wp-config-file looks like this.:
<?php
// ** MySQL-indstillinger ** //
define(‘DB_NAME’, ‘https://www.caspersweb.dk’); // Databasenavnet
define(‘DB_USER’, ‘caspersweb.dk’); // Dit MySQL-brugernavn
define(‘DB_PASSWORD’, ‘xxxxxxxx’); // … og kodeord
define(‘DB_HOST’, ‘localhost’); // 99% chance for at du ikke skal rette her
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);// Lav pr?fikset om hvis du skal have mere end en blog i samme database.
$table_prefix = ‘wp_’; // Kun tal, engelske bogstaver og underscores// Nedenfor er angivet, at du gerne vil have en dansk blog. Lav det om hvis du
// vil bruge et andet sprog. Slet da_DK hvis du vil have en engelsk blog. Hvis du
// hverken vil have dansk eller engelsk, skal du have en .mo-fil i “wp-config/languages”
// svarende til det valgte sprog.
define (‘WPLANG’, ‘da_DK’);/* Nu skal du ikke rette mere. Blog glad! */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>
————————————————————————The password is of cause written correctly in my own version. But what have I done wrong?
Isn’t correct that when I have uploaded the entire wordpress libary, I should run the file install.php in Explorer?
Hope you can help, and understand my english ??
Regards
Cp
- The topic ‘First time installation’ is closed to new replies.