Hi, I cant get in to the admin for my wordpress install, 404 error. homepage loads fine. i migrated with a plugin from localhost. Any ideas? I did manage to get in there yesterday but hasn’t worked since. Thanks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
try this before jumping to anything else
if the wp admin login problem is occurring after migration (importing backup file) , enter the user name and password set for the wordpress file which you have imported.
Hello, @laowaiandrew
Can you confirm if only the admin page is not loading or the entire website is now loading for you as well? If you’re using a custom-plugin or rewrite .htaccess rule in order to change the admin page from the standard
domain.com/wp-admin
I will recommend you to turn of such plugin or temporary comment out the rewrite rules in your .htaccess file.You can also try to access the admin page with the following link
domain.com/wp-login.php
Also, can you share if you’re using Apache or Nginx?
Regards, Alex