qtex
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Smilies in new templateGot it: <?php the_content(‘Read the rest of this entry »’); ?>
Forum: Installing WordPress
In reply to: Coppermine ErrorNEED HELP!!
Forum: Installing WordPress
In reply to: WordPress feat. IIS 6.0this is the conf. right now. Copy and pasted.
<?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’, ‘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 = ‘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’);
?>Forum: Installing WordPress
In reply to: WordPress feat. IIS 6.0Hi Skippy, yes, try at your self.
Forum: Installing WordPress
In reply to: WordPress feat. IIS 6.0What can it bee ?!
Forum: Installing WordPress
In reply to: WordPress feat. IIS 6.0Yes, you are understanding me correctly – see now I have chance the wp-config.php file to localhost – See: http://www.charlie-hunden.dk/wp-admin/install.php.
Im hosting the domain on my own server, thats why I think it is strange…
Forum: Installing WordPress
In reply to: WordPress feat. IIS 6.0Hi Cypher,
I have tried localhost… the funny thing is, if you try to connect with the login informations, you can login, but why can’t WordPress ?Forum: Installing WordPress
In reply to: WordPress feat. IIS 6.0Some one ?!