I recently made the switch from hosting my website on Redhat to Amazon Linux on EC2 due to the cost savings. After configuring the Apache server and Django settings, the website seemed to be functioning properly except for the layout of the HTML. The CSS was not being applied at all. Interestingly, when comparing the source file of the HTML on the server to that on my laptop, they appeared to be identical.
The link to the CSS file in the HTML source was correct as clicking on it led to the CSS file. However, the background picture was not showing up and the sidebar was appearing below the content, almost as if the CSS wasn't being applied at all.
Has anyone else experienced this unusual issue before?