Skip to content

Instantly share code, notes, and snippets.

@claudiosanches
Created July 19, 2012 01:04
Show Gist options
  • Save claudiosanches/3140079 to your computer and use it in GitHub Desktop.
Save claudiosanches/3140079 to your computer and use it in GitHub Desktop.
Arrumar endereço do Wordpress e home
<?php
// Colocar isso daqui no wp-config.php:
define('WP_SITEURL', 'http://example.com/wordpress');
define('WP_HOME', 'http://example.com/wordpress');
// não esqueça de arrumar os endereços para o seu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment