Apologies if this has already been addressed, but I've been searching for a solution for hours.
I created a basic website that works perfectly on my own hosting. However, when I transfer it to new hosting (same company, same package, different server), none of the minified files work.
The minified CSS and JS files are not functioning properly. They work fine in unminified form. Oddly enough, when I use the same files on my own hosting and link to them from the HTML on the second server, everything runs smoothly. But once they are moved to the same server as the website, they cease to work.
This issue is frustrating me. It occurs with every minified file, even those jQuery versions downloaded from the official website. So, I don't believe the problem lies with the files themselves. The error messages I receive in the debugger show red dots and strange characters, leading me to suspect an encoding issue, although I can't pinpoint exactly what's wrong.
Any suggestions? Thank you.
https://i.sstatic.net/XoE6x.png https://i.sstatic.net/Ueded.png