elementor / static-html-output

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

Missing trailing / in URL #167

Closed myfirstnameispaul closed 3 years ago

myfirstnameispaul commented 3 years ago

I can't use this plugin because the trailing / in many URLs is missing.

"GET /blogwp-content/themes/museo/css/font-awesome.min.css HTTP/1.1" 404 13165 "-" "StaticHTMLOutput.com"
"GET /blogwp-includes/css/dashicons.min.css HTTP/1.1" 404 13165 "-" "StaticHTMLOutput.com"
"GET /blogwp-includes/js/jquery/jquery-migrate.min.js HTTP/1.1" 404 13165 "-" "StaticHTMLOutput.com"
"GET /blogblog/2020/ HTTP/1.1" 404 13165 "-" "StaticHTMLOutput.com"
"GET /blogfavicon.ico HTTP/1.1" 404 13165 "-" "StaticHTMLOutput.com"
"GET /blogwp-admin/ HTTP/1.1" 404 13165 "-" "StaticHTMLOutput.com"
leonstafford commented 3 years ago

Hi @myfirstnameispaul please grab 6.6.21 from statichtmloutput.com/thanks-for-donating/

The issue you've hit is in latest source code here, awaiting a fix from me

myfirstnameispaul commented 3 years ago

Thank you. I switched to 6.6.21 and it's working as expected.