Last active
November 15, 2017 06:24
-
-
Save webarthur/c3af1571bb55e72f810d to your computer and use it in GitHub Desktop.
Very easy way to run WordPress multisite on localhost!
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
| # wp-config.php | |
| define('DOMAIN_CURRENT_SITE', 'localhost:8081'); | |
| # $wpdb->blogs | |
| domain=localhost:8081 | |
| path=/ | |
| # terminal | |
| sudo php -S localhost:8081 -t /var/www/html/centro-europeu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment