Viewing 7 replies - 1 through 7 (of 7 total)
  • @jordan141431

    Can you try login to site again using your site address ?

    ex – example.com/wp-login.php – to access login page.

    Thanks

    Thread Starter jordan141431

    (@jordan141431)

    Hi,
    I can access the login page and am able to log in. the problem is all settings to the dashboard goes to 404.

    Hello @jordan141431

    I understand that some of your WordPress permalinks may be broken.

    Here are a few steps that can help you resolve this:

    -Clear your browsing data and check if the permalinks work.

    -If you can access your WordPress settings, reset the permalink settings. Go to Settings -> Permalinks then click `save changes. then check if this works!

    -If you cannot access it (WordPress settings): reset the WordPress .htaccess file with the default Code, then check if this resolves the issue.

    if it doesn’t work, then I would suggest you do a plugin conflict test. Since you cannot disable the plugins from your admin, you could disable them from your c-panel by renaming the plugin folder at /wp-content/plugins/. Then test to see if the dashboard menu works!

    Hope this helps!

    Thread Starter jordan141431

    (@jordan141431)

    all URLs in my dashboard not available when I click on it

    like :

    /wp-admin/profile.php
    /wp-admin/themes.php
    /wp-admin/plugins.php

    etc …

    only /wp-admin is available

    others give me 404 error

    I Tried to disable all plugins and theme to Twenty Twenty

    but the same error

    * I disabled plugins and changing theme from my WordPress Toolkit
    in cpanel

    Thread Starter jordan141431

    (@jordan141431)

    already tried these steps

    clear browsing data
    permanlink of wp-admin goest to 404
    reset .htaccess on cPanel
    tried renaming plugin 1 by 1 and themes

    still the same problem.

    anyone here who have experienced this? PLEASE HELP ??

    Thread Starter jordan141431

    (@jordan141431)

    I solved it!

    on the .htaccess
    Replace:
    <FilesMatch “.(PhP|php5|suspected|phtml|py|exe|php|asp|Php|aspx)$”>
    Order allow,deny
    Deny from all
    </FilesMatch>

    to

    <FilesMatch “.(PhP|php5|suspected|phtml|py|exe|php|asp|Php|aspx)$”>
    Order allow,deny
    Deny from all
    </FilesMatch>

    @jordan141431

    It looks like your .htaccess not working correctly. check your htaccess again whether any malware code added for not allow php files to execute. Ask sever support scan your site if possible for them.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘ALL WP-ADMIN LINKS ARE GETTING “This page doesn’t seem to exist.”’ is closed to new replies.