Guest User

Untitled

a guest
Jan 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. //domain.com -> //domain.local
  2.  
  3. https://domain.com -> http://domain.local
  4.  
  5. https://domain.local -> http://domain.local
  6.  
  7. /data/sites/web/domain.com -> /var/www/html
  8.  
  9. define('MULTISITE', true);
  10. define('SUBDOMAIN_INSTALL', false);
  11. define('DOMAIN_CURRENT_SITE', 'domain.local');
  12. define('PATH_CURRENT_SITE', '/');
  13. define('SITE_ID_CURRENT_SITE', 1);
  14. define('BLOG_ID_CURRENT_SITE', 1);
Add Comment
Please, Sign In to add comment