Problem with my website

I has issue recently and dont know to solve this problem. I has CloudFlare in use my website and dont understand to having this issue.

issue1

I cant acess properly my website because this. i need try often times for can be acessed.

This screenshot show use of cloudflare nameservers.

My website:
https://epicawesomemods.com/

Your site works for me


I highly doubt this error is from cloudflare since it is redirecting you to a ifastnet site. Make sure your cookies are enabled and there is no chrome extensions which are blocking cookies

1 Like

“?i=3” Still showing and with cloudflare is need show url clear without this suffix.

and Header Img dont show after this bug too in top of website.

Why do I see ?i=1 at the end of a URL

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

really? I’ve not had any problems with cloudflare on my website without the suffix? What issue is it causing with cloudflare?

1 Like

“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.”

Img is back now but never problem with this before. Look strange for me.

Try see this page, still has issue to open:
https://epicawesomemods.com/mods-page.html

Just a shot in the dark, but how are you redirecting users to https?


Cause this issue in some page sometimes.

<header id="header" class="text-center">
    <link rel="preload" as="image" href="https://epicawesomemods.com/sitefoto.webp">
    <img src="https://epicawesomemods.com/sitefoto.webp" class="img-fluid" title="Epic Awesome Mods Header Banner" alt="We has mods for Max Payne Resident Evil Need for Speed GTA ands Other Game"  id="logo"> 
</header>

Thats due to the security check Syght mentioned above. As far as I’ve seen, its not impacted by Cloudflare at all.

If your making changes on your site, you’ll need to put cloudflare into dev mode to make sure you’re seeing the latest version, and not a cached version of the page.

4 Likes

my .htacess

DirectoryIndex index.php index.html index.htm index2.html

ErrorDocument 400 https://epicawesomemods.com/
ErrorDocument 403 https://epicawesomemods.com/
ErrorDocument 404 https://epicawesomemods.com/
ErrorDocument 500 https://epicawesomemods.com/
ErrorDocument 503 https://epicawesomemods.com/


RewriteEngine On

RewriteCond %{HTTP_HOST} !^epicawesomemods.com$
RewriteRule ^(.*)$ https://epicawesomemods.com/$1 [R=301,L]
RewriteRule ^(.*)\.html$ $1.php [nc]

# remove index.php
RewriteCond %{THE_REQUEST} /index\.html\s [NC]
RewriteCond %{REQUEST_URI} ^(.*/)index\.php$ [NC]
RewriteRule ^ %1 [L,R=301,NE]

Make sure that your cloudflare is in dev mode as Dan said, your .htaccess seems to be just fine.

Turned on now.

I’m not getting that annoying cookie error now, and your banner is loading now (for me atleast)

Seems to be working for me too.

I record small video for see behavior of my site in after dev mod on now:
only 1:00 for see my problem.
https://www.youtube.com/watch?v=oawZPlRKONg

I could replicate the problem, too. For me, it only took 3 steps before the annoying cookie banner showed up. Something wrong is happening with cookie validation system. It’s somehow related to this issue that has been recently identified:


By any chance, did you use PHP? If that’s the case, then incorrect URL handling can also cause this issue especially if you’re dealing with URL parameters and queries.


For someone who couldn’t replicate the issue:

  1. Go to the homepage (without the ?i=1 at the end of URL).
  2. Hover the cursor on “Mods” item and click “Find Tools” hyperlink from the dropdown.
  3. Go to the homepage, again.
2 Likes

I understand what your talking about, but the error with the validation system the admin was referring too seemed in reference to a different issue. I’m not having this problem with any of my sites. Do you think it could just be the validation system not “liking” Cloudflare?

We are currently investigating some issues with the browser validation system, it’s possible that your website may be affected by this too.

But I just checked your website and there is no cookie challenge at all right now. Is your domain name still pointing to our servers or did you migrate the site elsewhere?

5 Likes

It is my domain side in godaddy: