<?php
/* File base di configurazione di WordPress. */
define('DB_NAME', 'sql_name');
define('DB_USER', 'sql_user');
define('DB_PASSWORD', 'sql_pwd');
define('DB_HOST', 'sql_ip');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
/**#@+
* Chiavi Univoche di Identificazione
* Per generarle: https://api.wordpress.org/secret-key/1.1/salt/
*/
define('AUTH_KEY', 'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY', 'put your unique phrase here');
define('NONCE_KEY', 'put your unique phrase here');
define('AUTH_SALT', 'put your unique phrase here');
define('SECURE_AUTH_SALT', 'put your unique phrase here');
define('LOGGED_IN_SALT', 'put your unique phrase here');
define('NONCE_SALT', 'put your unique phrase here');
/**#@-*/
$table_prefix = 'wp_';
define ('WPLANG', 'it_IT');
define('WP_DEBUG', false);
/* Path assoluto alla directory di WordPress. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
require_once(ABSPATH . 'wp-settings.php');
?>
Thursday, 4 November 2010
Il file di configurazione di Wordpress
Wordpress è innegabilmente il CMS più utilizzato al momento in Europa e nel mondo Occidentale. Per installarlo è sufficiente scaricarlo dal sito Wordpress-it, copiare tutte le directory e file sul nostro hosting, e infine configurare il file wp-config.php. Fatto questo, potremo far partire lo script di installazione e configurazione del db da /PATH_TO_WP/wp-admin/. Ci occupiamo in questo post del file di configurazione. Ecco una versione pronta per l'uso senza commenti per gli "addetti ai lavori":
Labels:
wordpress
Subscribe to:
Post Comments (Atom)
Useful Sites
Suggested articles (no-ref)
WordPress: eseguire la migrazione di un sito esistente
Boost WordPress performance (from WpBeginner)
Eight useful code snippets for WP (Elegant Themes)
Boost WordPress performance (from WpBeginner)
Eight useful code snippets for WP (Elegant Themes)
Following
-
-
-
-
rAF Internals & Node Debugging Guide8 years ago
-
Tags
wordpress
(14)
php
(9)
sql
(8)
aruba
(5)
db
(5)
blogger
(4)
web
(4)
facebook
(3)
server
(3)
apps
(2)
crm
(2)
deployment
(2)
development
(2)
eclipse
(2)
export
(2)
hosting
(2)
htaccess
(2)
import
(2)
mail
(2)
manuali
(2)
miniguide
(2)
network
(2)
plugin
(2)
social
(2)
temi
(2)
web design
(2)
addons
(1)
antivirus
(1)
backup
(1)
blog
(1)
books
(1)
bpm
(1)
classi
(1)
cloud computing
(1)
cms
(1)
comic
(1)
configuration
(1)
configurazione
(1)
contacts
(1)
css
(1)
dns
(1)
dominii
(1)
dropdown
(1)
email
(1)
firefox
(1)
html
(1)
landing page
(1)
lavoro
(1)
layout
(1)
libri
(1)
map
(1)
marketing
(1)
menu
(1)
mt
(1)
outlook
(1)
password
(1)
robots
(1)
rss
(1)
sessioni
(1)
ssh
(1)
sugarcrm
(1)
themes
(1)
ticket
(1)
uml
(1)
vnc
(1)
webservices
(1)
xampp
(1)
Popular posts
-
Per far puntare il vostro dominio MIOSITO.COM a un Blog (già esistente) su Google Blogspot MIOSITO.BLOGSPOT.COM seguire questa procedura: ...
-
Source: http://www.elegantthemes.com/blog/tips-tricks/wordpress-htaccess-tips-and-tricks Configure .htaccess: The .htaccess file is a co...
-
WordPress will automatically clear out your trash every thirty days, however this can be reduced by adding the following line of code to yo...
-
Sempre più spesso si ha la necessità di implementare le icone di social networking nei nostri siti Web. Ecco gli snippet di codice per i due...
-
Per inserire il bottone “Mi piace” all’interno dei post di Blogger bisogna aggiungere il codice preso da Facebook o disponibile sotto, manua...

No comments:
Post a Comment