elementor / wp2static

WordPress static site generator for security, performance and cost benefits
https://wp2static.com
The Unlicense
1.42k stars 266 forks source link

Dev v5.9: Error crawling site pages on https #181

Closed newscloud closed 5 years ago

newscloud commented 5 years ago

I entered http://hub.lookahead.io so that it would know that's the url to generate for the site. That's not where the site is live. The site exists at https://lookahead.io

The plugin didn't look directly at https://lookahead.io for crawling so it failed on every redirect from e.g. http://lookahead.io/portfolio/ => failed because it loads at https://lookahead.io/portfolio/

STARTING EXPORT: STATIC EXPORT URL https://lookahead.io/hub/ BAD RESPONSE STATUS (404): http://lookahead.io/ BAD RESPONSE STATUS (404): http://lookahead.io/portfolio/ BAD RESPONSE STATUS (404): http://lookahead.io/portfolio/black-women-in-politics/ BAD RESPONSE STATUS (404): http://lookahead.io/portfolio/legal-wellspring/ BAD RESPONSE STATUS (404): http://lookahead.io/portfolio/portland-wild/ BAD RESPONSE STATUS (404): http://lookahead.io/portfolio/meeting-planner/ BAD RESPONSE STATUS (404): http://lookahead.io/testimonial/ BAD RESPONSE STATUS (404): http://lookahead.io/testimonial/sarah-jenks/ BAD RESPONSE STATUS (404): http://lookahead.io/testimonial/avery-trufelman/ BAD RESPONSE STATUS (404): http://lookahead.io/testimonial/mike-cann-wine-country/ BAD RESPONSE STATUS (404): http://lookahead.io/testimonial/luvvie-ajayi-writer-and-speaker/ BAD RESPONSE STATUS (404): http://lookahead.io/home2/ BAD RESPONSE STATUS (404): http://lookahead.io/about-jeff-reifman/ BAD RESPONSE STATUS (404): http://lookahead.io/contact/ BAD RESPONSE STATUS (404): http://lookahead.io/tutorials/ BAD RESPONSE STATUS (404): http://lookahead.io/shortcodes/ BAD RESPONSE STATUS (404): http://lookahead.io/shortcodes-2/ BAD RESPONSE STATUS (404): http://lookahead.io/style-guide/ BAD RESPONSE STATUS (404): http://lookahead.io/contact-us/ BAD RESPONSE STATUS (404): http://lookahead.io/about-rod-ussing/ BAD RESPONSE STATUS (404): http://lookahead.io/my-account/ BAD RESPONSE STATUS (404): http://lookahead.io/full-width-2/ BAD RESPONSE STATUS (404): http://lookahead.io/blog/ BAD RESPONSE STATUS (404): http://lookahead.io/templates/ BAD RESPONSE STATUS (404): http://lookahead.io/our-team/ BAD RESPONSE STATUS (404): http://lookahead.io/testimonials/ BAD RESPONSE STATUS (404): http://lookahead.io/services/ BAD RESPONSE STATUS (404): http://lookahead.io/our-team/rod-ussing/ BAD RESPONSE STATUS (404): http://lookahead.io/our-team/alex-makarov-yii/ BAD RESPONSE STATUS (404): http://lookahead.io/our-team/jeff-reifman/ BAD RESPONSE STATUS (404): http://lookahead.io/services/illustration-and-design/ BAD RESPONSE STATUS (404): http://lookahead.io/services/photography/ BAD RESPONSE STATUS (404): http://lookahead.io/services/technology-writing/ BAD RESPONSE STATUS (404): http://lookahead.io/services/wordpress/ BAD RESPONSE STATUS (404): http://lookahead.io/services/web-development/ BAD RESPONSE STATUS (404): http://lookahead.io/services/project-management/ BAD RESPONSE STATUS (404): http://lookahead.io/test-page/ BAD RESPONSE STATUS (404): http://lookahead.io/project-type/content-development/ BAD RESPONSE STATUS (404): http://lookahead.io/project-type/google-maps/ BAD RESPONSE STATUS (404): http://lookahead.io/project-type/javascript/ BAD RESPONSE STATUS (404): http://lookahead.io/project-type/wordpress/ BAD RESPONSE STATUS (404): http://lookahead.io/project-type/yii/ BAD RESPONSE STATUS (404): http://lookahead.io/project-tag/black-women-candidates/ BAD RESPONSE STATUS (404): http://lookahead.io/project-tag/election-2018/ BAD RESPONSE STATUS (404): http://lookahead.io/project-tag/legal-websites/ BAD RESPONSE STATUS (404): http://lookahead.io/project-tag/legal-wellspring/ BAD RESPONSE STATUS (404): http://lookahead.io/project-tag/portland/ BAD RESPONSE STATUS (404): http://lookahead.io/project-tag/portland-murals/ BAD RESPONSE STATUS (404): http://lookahead.io/project-tag/programming/ BAD RESPONSE STATUS (404): http://lookahead.io/project-tag/software-development/ BAD RESPONSE STATUS (404): http://lookahead.io/project-tag/street-art/

leonstafford commented 5 years ago

I believe this is due to the WP site_url or home set to the http not https, which I assume you are rewriting links to elsewhere. Once your site is on https, update WP’s config to use https not http in the site’s settings. Let me know if that doesn’t resolve it