Title: WordPress Admin Panel 404 Issue
Last modified: August 15, 2023

---

# WordPress Admin Panel 404 Issue

 *  [chipzzz518](https://wordpress.org/support/users/chipzzz518/)
 * (@chipzzz518)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-admin-panel-404-issue/)
 * So I’m using WordPress version 6.3 and I’m currently dealing with an issue of
   whenever I click a link in my admin panel it sends me to a 404 page not found.
   Whenever I delete the .htaccess and am able to get into the permalinks and flush
   it; it changes the index.php in the wp-admin page and causes an HTTP 500 error.
   
   I’ve tried disabling plugins, disabling themes, replacing the wp-admin and wp-
   includes folders with those of a fresh install, editing the wp-config, editing
   the .htaccess. If anyone has any recommendations/solutions I would greatly appreciate
   it!
    -  This topic was modified 2 years, 9 months ago by [chipzzz518](https://wordpress.org/support/users/chipzzz518/).

Viewing 1 replies (of 1 total)

 *  [irfankhandev](https://wordpress.org/support/users/irfankhandev/)
 * (@irfankhandev)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-admin-panel-404-issue/#post-16973249)
 * can you rename your already .htaccess to .htaccess.bk
 * and create a new one with these default values
 *     ```wp-block-code
       # BEGIN WordPress
   
       RewriteEngine On
       RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
   
       # END WordPress
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘WordPress Admin Panel 404 Issue’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [irfankhandev](https://wordpress.org/support/users/irfankhandev/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-admin-panel-404-issue/#post-16973249)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
