Tagged Questions
0
votes
1answer
71 views
Unwanted redirect in admin area
I have a strange behaviour on my backend. This is possible due to the way my WordPress is located.
I installed it in a VirtualBox, using Ubuntu from the standard repository (i.e., apt-get install ...
1
vote
2answers
187 views
Using /wp-admin works, using /login gives a 404. Why?
I just did a manual install and tried to login, but was unable to do so using domain.com/login. I got a 404 error. When I used domain.com/wp-admin, no issues. Did I do something wrong or forget to do ...
0
votes
1answer
217 views
wp-admin redirects to 404
Yesterday I logged onto my site and found that when I log in as an admin I get a 404 error as seen below:
I have done a bit of research and uploaded a backup, modified my .htaccess file to below:
...
1
vote
2answers
252 views
Not Found (404) error on admin page, CSS gone on blog
I manually installed wordpress on my server and the wordpress files are located in "www.mydomain.com/wordpress/", however I wanted my "www.mydomain.com" to be the address for my wordpress blog instead ...
0
votes
2answers
242 views
How to troubleshoot 404s in Wordpress admin
There are several threads on Wordpress.org about this problem, but none with solutions. I just went from localhost (MAMP) to a live server (Dreamhost) and I'm getting constant 404s when submitting ...
4
votes
5answers
3k views
How to eliminate weird 404 errors in wp-admin?
I run a WordPress site with about 70 active plugins.
Every so often, I'll get a random error page ("Not Found", though I haven't checked the headers to see if it's a 404) on a /wp-admin/ page that ...