• Resolved topquarky

    (@topquarky)


    Hi there,

    Help with an urgent request.

    I’m using git for source control. I upgraded my localhost site to 3.9, plus many other plugin updates. I pushed up to master and then pulled down onto the website. The software all came down fine, but now when I try to access the admin page, I get 404.

    The site is installed in a sudirectory. The site is at http://canadiancolourblast.ca and the admin should be at http://canadiancolourblast.ca/wp/wp-login.php ( or wp/wp-admin, or whatever), but everything in the wp directory 404’s.

    I’ve put a file called test.php into the wp directory there and even http://canadiancolourblast.ca/wp/test.php gives a 404.

    Anyone have any idea what’s going on?

Viewing 1 replies (of 1 total)
  • Thread Starter topquarky

    (@topquarky)

    I figured it out. Found an allusion to the answer in the apache error logs. The issue was that core files like admin.php, and indeed my test.php file were all writeable by group. Running this command set everything back right:

    chmod -R g-w wp

    And I’ll never get that hour back.

Viewing 1 replies (of 1 total)
  • The topic ‘Upgrade 3.9 – now admin pages 404’ is closed to new replies.