elementor / static-html-output

Static HTML Output Plugin for WordPress
https://statichtmloutput.com
The Unlicense
124 stars 33 forks source link

WP generated port-less protocol relative URLs don't get rewritten #95

Closed leonstafford closed 4 years ago

leonstafford commented 4 years ago

ie, my Site URL is http://localhost:4444

my destination URL is https://mynewsite.com

WP generates canonical link elements with href of //localhost, ignoring the port. We can't simply change how WP works, so we'll compensate by adding extra rewrite rules to catch these.