Fai così.
1. Sul tuo PC, con MAMP accedi alle impostazioni (generali) di wordpress e modifica l'indirizzo Wordpress e quello del sito da http://localhost a http://magoelvis.altervista.org
2. Apri il file wp-config.php e modifica questi parametri:
Codice PHP:
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'database_name_here' );
/** MySQL database username */
define( 'DB_USER', 'username_here' );
/** MySQL database password */
define( 'DB_PASSWORD', 'password_here' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
Con:
Codice PHP:
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'my_magoelvis' );
/** MySQL database username */
define( 'DB_USER', 'magoelvis' );
/** MySQL database password */
define( 'DB_PASSWORD', '' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
3. Carica tutti i files via FTP nel tuo spazio.