Question
404 errors after WordPress migration
I'm having 404 on my WordPress droplet. I can access the backend and homepage, but every other page results in 404s.
What I've tried so far:
- Restored .htaccess to WordPress original
- .htaccess is writable
- Reset WordPress Permalinks and it's correctly creating a proper .htaccess file
- mod_rewrite is running
- Changed https.conf to look like this:
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Not sure what else to try... any help?
Thanks
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×