Hi all,
Does anyone facing trouble when uploading html file to AWS and the website is garble. The lander I tried to upload is a German lander that I downloaded from spy tool, the original file looks like this:

but it turned up looking like this:

I've tried searching up online and change the UTF-8 text setting in AWS but failed.
Does anyone know how I can fix this problem? Thanks
Do you have language setting in your html head?
<html lang="de" xml:lang="de" xmlns="http://www.w3.org/1999/xhtml"> or <html lang="de">
Send the link if you want us to check.
You are most probably reading the file using the S3 URL. Trying reading the file from Cloudfront so that the text encoding header is added.
Or see how to define header at S3 level
https://stackoverflow.com/questions/...oded-strangely
This is the link to the lander: https://healthprotector-site.s3.amaz...nge/index.html
Have a look at @vortex 40 day guide. There is a section about connecting CloudFront, S3 and a domain. That should help you.
Here's the link to that lesson for your reference:
https://stmforum.com/forum/showthrea...osting-and-CDN
Amy