the “?i=3” is a normal thing which is on every free site, they do this to prevent being used for file sharing, API hosting, database hosting or background tasks/tools. Unfortunately you cannot remove it unless you upgrade your hosting plan. My guess on the issue of your header image not showing is that the image URL uses //epicawesomemods.com/sitefoto.webp
, which relies on the page’s protocol (HTTP or HTTPS). If the page is served over HTTPS but the image is not available over HTTPS, it won’t load due to mixed content restrictions
instead of using “//epicawesomemods.com/sitefoto.webp” try using “https://epicawesomemods.com/sitefoto.webp” and see if that works.
2 Likes