Go to Settings permalink, and dont make anything, just click on save changes. Also clear cache if there is any caching plugin.
If still not works, open directory where your WordPress is installed
Rename the .htaccess with .htaccessbk and create a new .htaccess file, put this and save it.
# BEGIN WordPress
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\]
# END WordPress
@nanin11 Thanks for your answer, I’ve tried the setting permalinks method, didn’t work, I’m now trying the .htaccess method. Can I simply add the code directly to the current .htaccess file?
@nanin11 Still doesn’t work, I tried to create a new .htaccess file, and put the code, but still see Nothing found error.
Good morning, philip2041
I will fix your all WordPress error within hours. Hire me at $5 per hours. Contact me at Telegram @okmeenanaresh
Hi Philip,
I see you are using Pure Simple theme which has not been updated in over 2 years. Also, I see the theme support forum is not very active, and people are not getting any reply from their support.
If you wish, post your issue here https://wordpress.org/support/theme/pure-simple
or try to change theme, let me know if it works.
@nanin11, I tried to use some official themes like Twentytwenty theme, still doesn’t work.
maybe its because of your plugins then
have you tried deactivating all plugins?