Stoseguendola vostra guida qui su html.it per installare wordpress.
Non riesco pero ad accedere alla pagina di registrazione tramite localhost.
Ho messo tutta la cartella in appserv/www.
Ho settato il wp-config come da guida
codice:
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'wordpress');

/** MySQL database username */
define('DB_USER', 'lucaeffe');

/** MySQL database password */
define('DB_PASSWORD', 'password');

/** MySQL hostname */
define('DB_HOST', 'localhost');

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');

/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
Accedendo pero alla pagina indicata nella guida per fare l'installazione appare questo



So che sarà un'errore banale dato che è la prima volta ma potreste aiutarmi?