Getting Started
Managing two domains can be a challenge, especially when trying to make them appear as one seamless website. In this case, I have ownership of and .
Goal
My goal is to merge the content of https://mauricevandorst.com/personal-page/index.html with http://tacticalmotion.nl/personal-page/index.html. Even though the files and paths are identical, the transition is not as smooth as anticipated.
Identifying the Problem
While mauricevandorst loads .css files flawlessly, the same cannot be said for tacticalmotion. The .css files fail to load on the latter. The code snippet used to load the .css files in Index.html is:
<!-- Custom Theme CSS -->
<link href="css/main.css" rel="stylesheet">
These are the .css files referenced in the code:
main.css - bootstrap.css - bootstrap.min.css
Additional Insight
It was discovered that accessing (using http instead of https) also triggers the error. Is it possible that an SSL certificate is the missing link?