Dear qualitymove13,
First try deactivating plugins and check if there is any plugin conflict with this issue. If you didn’t find your luck on this then you need follow following steps:
This might me the permalink issue,so if you are able to logged then go to dashboard -> setting -> permalink -> and apply with post name once again.
If this issue doesn’t help then you can manually update the htaccess file with this content:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPres
you can see this link for more reference : https://codex.wordpress.org/htaccess
Let us know how it goes for you.
Thanks
Thank you for this. What value should the permissions on the .htaccess file be?
I cant log into my dashboard because I get a 404 on that page as well. I can get in through the database but am not sure what value to set the permalinks there. It is now set as /%postname%/
Thanks again for the help. I am at a loss.
Hi @qualitymove13
You can take reference of this article to change permalink structure on database:
http://tech.shawnlelle.com/resetting-wordpress-permalinks/
Thanks
Thank you for this. I ended up doing a full restore and this fixed any issue.
You’re welcome !!!
Please feel free to contact us if you have any queries further.
Best regards,
Styled Themes