Skip to content

Instantly share code, notes, and snippets.

@Pseric
Created August 16, 2017 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pseric/f47e4b983b42aa28b12130fc61581139 to your computer and use it in GitHub Desktop.
Save Pseric/f47e4b983b42aa28b12130fc61581139 to your computer and use it in GitHub Desktop.
# 指定網站網址
define('WP_SITEURL', 'http://www.yourwebsite.com');
# 指定 WordPress 網址(安裝目錄)
define('WP_HOME', 'http://www.yourwebsite.com/wordpress');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment