Created
March 31, 2017 17:59
-
-
Save marylly/d13ec8b14bfa8abbd795aaf4a82405ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Incluir essa linha para Habilitar a configuração do Multi-Site em Tools | |
| define('WP_ALLOW_MULTISITE', true ); | |
| define('MULTISITE', true); | |
| define('SUBDOMAIN_INSTALL', true); | |
| define('DOMAIN_CURRENT_SITE', 'fpaprod.hacklab.com.br'); | |
| define('PATH_CURRENT_SITE', '/'); | |
| define('SITE_ID_CURRENT_SITE', 1); | |
| define('BLOG_ID_CURRENT_SITE', 1); | |
| define('COOKIE_DOMAIN', false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment