Maison > php教程 > php手册 > Override WordPress?URL

Override WordPress?URL

WBOY
Libérer: 2016-06-06 20:08:55
original
1124 Les gens l'ont consulté

When I migrated my website between Media Temple servers, I wanted to manually test the site to ensure no server configuration differences between the server were bricking the site. ?The obvious problem I would encounter is that links would

When I migrated my website between Media Temple servers, I wanted to manually test the site to ensure no server configuration differences between the server were bricking the site. ?The obvious problem I would encounter is that links would be broken because the site wasn’t living on my domain name yet. ?I did some research and found a way to easily override the WordPress site and home URLs:

define('WP_HOME', 'http://867.53.0.9');
define('WP_SITEURL', 'http://867.53.0.9');
Copier après la connexion

Defining these values within the wp-config.php file allows me to override the database values for the home and site-wide domain settings; ?now the site is easily testable before flipping the switch on domain settings!

Read the full article at: Override WordPress URL

Treehouse

Sencha Conference

Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Recommandations populaires
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal