Skip to content

Instantly share code, notes, and snippets.

@jarkko-hautakorpi
Last active September 12, 2020 13:32
Show Gist options
  • Save jarkko-hautakorpi/603d0124c952d952def983b63fd07700 to your computer and use it in GitHub Desktop.
Save jarkko-hautakorpi/603d0124c952d952def983b63fd07700 to your computer and use it in GitHub Desktop.
Notes about working with worpress..

Allow file access in localhost for updating etc..

wp-config.php

  define('WP_HOME', 'https://blog.local.host');
  define('WP_SITEURL', 'https://blog.local.host');
  define('FS_METHOD', 'direct');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment