404 Error

Website: acceshoeries.ml

Good day!

I am unable to access my website, I tried starting from scratch, creating a new account and new domain, and then a new website. Unfortunately after wordpress installation, I am unable to access the website and receive a 404 error.

Kindly see attached screenshot for reference.

FYI: I am not much of a techy. Any help is appreciated.

Hello and welcome @Acceshoeries! It looks like your site is now giving a “Too many Redirects” message, so could you share the contents of your .htaccess file
Thanks

This is what I see.

You seem to be using CloudFlare as well

Maybe this will help

1 Like

Hi, appreciate the warm welcome. Here’s the screenshot you requested.

Hi, I tried doing the guide you mentioned. Unfortunately it didn’t do anything. Thanks for the reply!

1 Like

Here’s another screenshot of the .htaccess file under htdocs.

Comment last 3 line and try again with cache cleared browser or fresh browser.

1 Like

Hi, what do you mean by comment last 3 line?

Add ## Staring of last 3 lines (double hash)

Example:

##RewriteEngine On

Hopefully it will stops redirection.

Then replace your last 3 Rewrite rules, use

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
Header always set Content-Security-Policy "upgrade-insecure-requests;"

Is this correct?

Yes! save and try to browse your website

1 Like

I tried viewing the page through browser and mobile but I still see the error.

  • Clear cache or fresh browser
  • Try with another network or vpn
1 Like

I was able to access the website using a different internet through 4G Mobile. Is there anyway I can fix this so I could view and edit through internet at home?

Did you clear your browser cache? if not then clear cache.
If not solved try in incognito mode

Yes, I tried both already multiple times. I still experience the error when we use our home internet.

Maybe your isp caching your website. That’s why it’s happening

I can see that you are using cloudflare. No need to redirect HTTP to HTTP by .htaccess.

Go to cloudflare dashboard > SSL/TlS>Edge Certificates>

Turn On

Always Use HTTPS

Automatic HTTPS Rewrites

1 Like

I still can’t view the website through home internet connection.

Because you isp showing your website’s old cache data. Try Vpn

Last Try:

  • Clear cache (if possible clear your history), restart your device, and try again.