• mike313

    (@mike313)


    Dashboard Issues – 404 not found

    I am having issues with my dashboard menu options such as (settings, appearances, post, pages, permalinks, tools, and etc) when i click on them they all take me to 404 not found.

    so far I have deleted cache, htaccess, renaming plugin, renaming theme,

    all pages work fine however I am not able to work in the dashboard due to everything I click takes me to 404 not found. Does anyone know what is causing this issues.

    not sure what I should look into next.. Theme I am using is DIVI not sure if this helps any with php 7.0

Viewing 2 replies - 1 through 2 (of 2 total)
  • yogeshyadav20

    (@yogeshyadav20)

    Hi @mike313
    try to follow ->

    Login to your server using FTP, and modify the .htaccess file which is located in the same location where folders like /wp-content/ and /wp-includes/ are located. The easiest thing you can do is to temporarily make the file writeable by changing the permissions to 666. Then repeat the original solution. Don’t forget to change the permissions back to 660. You can also manually add this code in your .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    Thread Starter mike313

    (@mike313)

    Hello @yogeshyadav20

    I just updated the .htaccess files in wp-content and wp-includes. and it had no changes still not able to access the menu options on the dashboard.

    Should I change the .htaccess code -files in every folder of wp-content and wp-includes?

    • This reply was modified 3 years ago by mike313.
    • This reply was modified 3 years ago by mike313.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘404 not found – Dashboard Issues all menu selection goes to 404 page’ is closed to new replies.