Forums
(@chieffabricator)
8 years, 2 months ago
I used curl to get a copy of 404 page from wordpress, and include it in the static site: wget https://localhost/404 -O 404.html --content-on-error --no-check-certificate --quiet
wget https://localhost/404 -O 404.html --content-on-error --no-check-certificate --quiet