• I just manually updated wordpress because of some issues I was having with a site: aaatennis.org

    When go to https://aaatennis.org/wp-admin, I get the error in the topic title. When I go to the site, it gives me a coming soon page.

    It’s been over an hour since the update. Any ideas?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Everything is showing Error 404, Have you double check if the domain is pointing to the exact folder you just manually installed?

    Thread Starter dustyk278

    (@dustyk278)

    I believe so. I just double checked to make sure. This was just an update, so everything is pointing to the same places.

    Do you already have this code in your .htaccess file?

    AddType x-mapp-php5 .php
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter dustyk278

    (@dustyk278)

    Yes, that is all that is in my .htaccess.

    I’m alos dealing with a white screen of death on another site. This night couldn’t get any worse.

    Try to contact your host to further check your wordpress files.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The requested URL /wp-admin was not found on this server.’ is closed to new replies.