Hi,
Try to do this :
1. Go to Wp-Admin -> Settings -> Permalinks -> Press SAVE , check after.
2. Disable all plugins, recheck after.
3. If the 1,2 dosen’t help you to identify issue, add this code to your .htaccess
COPY CODE
# BEGIN WordPress
<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution