Created
August 13, 2020 17:44
-
-
Save vivirenremoto/30d06ea0b036a23a8dafcbc1e2139c8f to your computer and use it in GitHub Desktop.
custom domain localhost wordpress
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
| define('WP_HOME', 'https://test.test/'); | |
| define('WP_SITEURL', 'https://test.test/'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment