wp-login not found - All usual solutions not working

A new client of me can't login to his old(er) Wordpress website: wp-login gives a 404 error and wp-admin gives a 500 error.

Here are the links (removed)

I came across this issue before, but this time nothing seems to help. What I have tried so far (one by one so they don't affect eachother):

  • rename plugins-folder through ftp
  • rename active theme folder through ftp
  • rename .htaccess file
  • added the following lines of code to wp-config.php:

    define('WP_HOME','https://###'); define('WP_SITEURL','https://###');

I have searched around for other possible fixes, but haven't found anything. Anyone knows what else i can do?

Solutions

If issue still not solved,After trying all the options given by all then you may try to check the folder structure of wp-includes and wp-admins. Check all the file with wordpress core file. There might be some file deleted.

yourdomainname/wp-login (Wrong) -- 404 or NOT FOUND
yourdomainname/wp-login.php (Correct) --> you will redirect to page login
yourdomainname/wp-admin (Correct) --> you will redirect to page login:
enter image description here
---
Note:
Make sure your site has SSL installed so that it can be accessed with httpS . If not, try with http (only)
---
Please open your Hosting, go to public_html directory. Open error_log to see the reason for error 500 . Then paste the error in the question. This will make it easier for the answerer to find the exact problem
enter image description here

Similar questions

How to add a custom block as a usual "product" to shop page / archive-product.php
I'm looking for a possibility to add a custom html block/post to the woocommerce "shop page" inside the products grid, as a product. What I mean.. I have a grid of products on the "shop" page (archive-product) and I want to create a special post/page/html block with some text information, that will be inserted into the products grid as a one of "pr...
Create Gravity Forms entry programmatically with add_entry() but still call usual hooks
I'm using add_entry to create form submissions in PHP. The documentation states: "The usual hooks that are triggered while saving entries are not fired here." However, I need to integrate it with add-ons that trigger events when entries are created, as well as send email notifications. I've found some tutorials on how to send notifications, but I n...
I restored my WordPress website but now when I login as admin I don't get my admin panel. Any solutions?
I just restored my WordPress website, but somehow I am not able to get into admin panel even after using correct credentials. It shows me as logged in, but do not allow me to go into admin panel. Neither it shows me options on the top of the website. Here is the screenshot https://gyazo.com/0497b96e2aa8d1b857569091d4850e6a Any solutions will be gre...
wp_localize_script Function not Working: Followed Similar Questions Solutions
In functions.php I have put as below: Then, in /test/scripts-test.js I have below code: In my HTML file I have below code: When I load the html file, I get the error: Please let know what is the issue and how can I make it work. Thanks.
Connection_time_out error when trying to access my wordpress site - tried all solutions
I have a website that is hosted with gandi, the website was only showing initially for the wordpress admin and anyone who was not an admin could not see the website. After I tried somewhat haphazardly to find solutions, the website got completely disabled with a connection_timed_out error and I don't know if this was due to my actions. I remember d...

Also ask

We use cookies to deliver the best possible experience on our website. By continuing to use this site, accepting or closing this box, you consent to our use of cookies. To learn more, visit our privacy policy .