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
KangJL
#2
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?
KangJL
#7
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
KangJL
#10
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
KangJL
#12
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
KangJL
#14
Can you screenshot the file directory structure?
1 Like
KangJL
#16
Not this. Screenshot the filemanager contents
1 Like
KangJL
#18
Please show contents here

1 Like
KangJL
#20
Did you have any redirect set on the hosting account?

2 Likes