Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 213 Bytes

File metadata and controls

7 lines (5 loc) · 213 Bytes

Bash script to migrate WordPress site from http to https using WP-CLI

cd /path/to/wordpress

bash <(wget -O - raw.githubusercontent.com/VirtuBox/bash-scripts/master/wp-cli/https-migrate/migrate.sh)