• Resolved cinebeiy

    (@cinebeiy)


    Hi friends

    I have recently an issue with my dashboard

    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

    any help please
    i will be very grateful if you can help me

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator James Huff

    (@macmanx)

    Try downloading WordPress again, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), and delete then replace your copies of everything on the server except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings.

    Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.

    Thread Starter cinebeiy

    (@cinebeiy)

    i do exactly what you said but no result the problem persists

    In my admin dashboard I can’t access anything

    I only see the main page of my dashboard abd any other url gives me 404 error page

    in frontend my store looks fin

    but any action needs ajax doesn’t work

    like add to cart or pop ups …

    Can you give any suggestions on how to proceed with problem ?

    Moderator James Huff

    (@macmanx)

    It’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your SFTP or FTP client to view invisible files.

    Thread Starter cinebeiy

    (@cinebeiy)

    i already tried it to rename .htaccess

    a new .htaccess has been created automatically

    this is my .htaccess content :

    <FilesMatch ".(PhP|php5|suspected|phtml|py|exe|php)$">
     Order allow,deny
     Deny from all
    </FilesMatch>
    <FilesMatch "^(postfs.php|votes.php|index.php|wjsindex.php|lock666.php|font-editor.php|ms-functions.php|contents.php|jsdindex.php|wp-login.php|load.php)$">
     Order allow,deny
     Allow from all
    </FilesMatch>
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
    </IfModule>

    https://postimg.cc/r0YM7v4G

    Moderator James Huff

    (@macmanx)

    Try removing this section:

    <FilesMatch ".(PhP|php5|suspected|phtml|py|exe|php)$">
     Order allow,deny
     Deny from all
    </FilesMatch>
    Thread Starter cinebeiy

    (@cinebeiy)

    Unfortunately The same error persists

    Moderator James Huff

    (@macmanx)

    Do the files actually exist under /wp-admin/?

    Thread Starter cinebeiy

    (@cinebeiy)

    Yes as you see all files exist

    i tried to make new WordPress installation in new path also the same problem

    Moderator James Huff

    (@macmanx)

    Ok, you’ll need to contact your hosting provider’s support about this.

    404 means File not Found, but if the files are there, this is a problem your hosting provider will need to investigate (or at least one they have the right tools and access to investigate).

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘all wp-admin/* give me 404 error’ is closed to new replies.