404 unknow eror

hi admin
this is my website easynovel.xyz
now i have 404 eror i dont know why I didn’t have it in the morning

Look carefully. Is 500 error

This may help

4 Likes

I pasted my backup .htaccess files but it still doesn’t work

Please, can you help me precisely, now is the time when the traffic of the site is high

Is there any update you have done before the error appear?

no

I don’t think so. This is what I see now

No one can help you if you do not read

4 Likes

I made some changes to .htaccess just now, but for now I reverted everything

Regarding the article, I read it first and did the things mentioned, but it didn’t work, and then I made this topic.

When I turned on the debugger it showed a unique error with every refresh

What did you do?
Please share the .htaccess code so that whoever is free and online can help you

2 Likes
php_value display_errors On
php_value mbstring.http_input auto
php_value date.timezone America/New_York
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

This should be the correct .htaccess for WordPress

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
2 Likes

Thankful
I pasted your code but the error still exists

Can you screenshot the file directory structure?

1 Like

Not this. Screenshot the filemanager contents

1 Like

oh yeah, sorry

Please show contents here

image

1 Like



Did you have any redirect set on the hosting account?

image

2 Likes