Try to add a .htaccess file in the root of your site (where the “wp-content” folder exists)
The default .htaccess:
# 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
Related Posts:
- Can’t access admin dashboard with wp-admin without /index.php after it
- Cannot log into WordPress Dashboard after removing/adding .htaccess
- How to Change The WordPress Login URL Without Plugin
- 404 redirect wp-login and wp-admin after changing login url [closed]
- Couple questions about .htaccess, login page, updates
- “Too many redirects” ONLY when trying to access wp-admin page
- How to redirect/rewrite all /wp-login requests
- Use a different domain for SSL
- Unable to login to my wordpress site. reauth=1 redirection loop
- Custom login redirects to wp-admin on wrong password
- .htaccess in wp-admin produces a redirect loop
- Change Login URL Without Plugin
- How to allow users login to WP from external domain and make REST requests
- Securing wp-admin folder – Purpose? Importance?
- Wrong canonical link on wp-admin pages
- Users are redirected to homepage instead of wp-admin
- WordPress in sub directory wp-admin problem
- Options for restricting access to wp-admin
- Display sortable User meta column in admin panel user’s page
- How to move wp-admin login page to another location? [closed]
- How to change “wp-admin” to something else without search-replacing the core?
- Adding body class to login page?
- Edit a WordPress site without the username and password?
- comment_form – show all fields when logged in
- Why should I password protect WP-Admin?
- Call to undefined function insert_with_markers
- Block access to wp-admin
- Using /wp-admin works, using /login gives a 404. Why?
- Change WP-Login or WP-Admin
- Should I add the IP of the server that hosts my sites to the list of authorized IPs in the wp-admin/.htaccess?
- Which HTTP headers to use for subdomain embedding?
- CDN + WP Admin Query – .htaccess redirection
- I cannot log into my wordpress site with my wp-login.php [closed]
- How do I set the homepage to the WordPress Admin Dashboard login?
- Can’t access WordPress as an admin – but I can log in as a user!
- Today, without warning, all admin panel logins redirect to home page after login. non-admin users logins work well
- Cannot Access Admin Area After Migration
- Wrong wp-admin URL
- Can’t login to Dashboard when changing site URL to HTTPS
- Detecting all admins that are logged in
- WordPress and bbPress Login conflicts?
- Website looks fine, but login to wp-admin yields a blank screen
- cannot find the login page for local WordPress site
- How do I host WordPress on a hidden domain through a reverse proxy?
- Users disappeared from wp-admin
- Modify WP-Admin login fields
- display dynamic WP Site logo on wp-admin using CSS
- wp-admin – 404 after custom login form
- Logging into sandbox subdomain WP
- Having troubles connecting to WordPress login page using Mamp
- Sorry, you are not allowed to access this page
- WP Admin/ WP Login Redirect to themselves
- Cookie Domain is preventing Admin login
- Require Login Redirect to Login Page
- Cannot access WordPress login pages
- Cant login to wp-admin
- /wp-admin/ doesn’t work but /admin/ does
- Why am I locked out of the system?
- Why can I log into wp-login.php and not wp-admin.php?
- How login is possible, if I deny login page via .htaccess with allow ip
- Disable Admin CP authentication (or auto login)
- firing function at login within class
- WP-admin or any other is redirecting me to (This page doesn’t seem to exist.)
- wp-login not found – All usual solutions not working
- how can provide access to wp_admin page for non wp_users?
- Redirect an entire WordPress site on a subdomain, except wp-admin
- Can’t connect to WP-Admin, blank error message
- GoDaddy hosting wp-admin problem
- WP Admin Login keeps redirecting to login
- CPU overload spam – redirect link to wp-admin and new post
- define two login page url
- wp-admin going directly to 404
- WordPress /wp-admin redirect to wrong port in docker
- Login issue with subdomain installs
- How can I can I make changes to a WP project I pulled from GItHub?
- WordPress Admin Login Issue
- How to log into WordPress via GET/POST
- wp-admin and wp-login.php not Accessible after Cloudflare
- Trying to login to my site redirects me to the first page
- stop customize.php redirect to login page if admin is not logged in
- Admin Login Checks
- Disabling WP-Admin Caching in htaccess
- WordPress logged in but no access to wp-admin
- Changed the path to wp-login and now can’t access WPress dashboard
- Unable to log in as admin
- Why my login panel has a wrong language?
- Handling multiple account logins?
- Not able to access WP admin Page, redirected and a drop down login menu appears 401 error
- WordPress Login for multiple sites
- Limit access to wp-admin but still be able to log in from different locations?
- SSL doesn’t deliver parts of WordPress Administration Module
- Cannot login in WordPress even after changing hash password in phpmyadmin
- Can’t log into WordPress after domain change
- Why WordPress not logout after I have close my browser?
- is_admin() conditional statement
- Admin Login page not working at all
- Impossible User Registration
- After Upgrade: $user becomes unknown (id: 0) after successful login?
- Redirect users based on their roles, is_admin()
- WordPress site shows a white page for site/wp_admin. A login returns again to the login screen