admin管理员组

文章数量:1332339

I was making some changes in my wordpress page when suddenly it logged out and a message appeared : Pleas login...

I tried to login BUT when i click login it shows me : Not Found The requested URL /project name /wp-login/ was not found on this server. I am working locally with it but I can not figure out what the problem may be.

If I redirect to :localhost/project name the page shows up but i still can not log in.

Any idea pleas?

I checked the .htaccess file and everything was ok

I was making some changes in my wordpress page when suddenly it logged out and a message appeared : Pleas login...

I tried to login BUT when i click login it shows me : Not Found The requested URL /project name /wp-login/ was not found on this server. I am working locally with it but I can not figure out what the problem may be.

If I redirect to :localhost/project name the page shows up but i still can not log in.

Any idea pleas?

I checked the .htaccess file and everything was ok

Share Improve this question edited Jul 15, 2015 at 13:04 Pieter Goosen 55.4k23 gold badges115 silver badges210 bronze badges asked Jul 15, 2015 at 11:51 EndarEndar 111 gold badge1 silver badge2 bronze badges 2
  • Is that a space in your URL? This part: /project name /wp-login/. If so, you can't have unencoded spaces in URLS. – s_ha_dum Commented Jul 15, 2015 at 13:56
  • Dude switched git branches. ⚽️ #firsttry – Nathan Powell Commented Mar 21, 2017 at 10:19
Add a comment  | 

2 Answers 2

Reset to default 2

wp-login was not found error clearly means that you have lost control on WordPress admin panel. Even if this situation looks terrible but in real, it's not.

Situation A: The URL might be wrong

In most cases, the WordPress installed in its own directory. When a user tries to change the default URL path of WordPress site from www.example/wp to www.example, he could be changed the site address instead of WordPress address.

To overcome this situation, follow steps..

  1. Login into cPanel > phyMyAdmin
  2. Select appropriate database (other than information_schema)
  3. Select appropriate database (other than information_schema)
  4. Under the option_name field verify siteurl and home rows. Mostly siteurl missed the correct URL path.

Situation B: The URL might be inaccessible

If your site still showing the error message The requested URL /wp-login.php was not found on this server, then probably a fault in file permission level. The default file permission level for wp-login.php is 644. Sometimes it changed to 640 by security plugins. More information on how to change file permission.

Another reason is .htaccess file. It can deny accessing the internal WordPress infrastructure. To solve this issue, first download a copy of the .htaccess file; then try WordPress guide on .htaccess file.

Situation C: The file wp-login.php does not exist

Accidently deletion or renaming of wp-login.php file can produce above described errors. So, be sure it’s presence in installed location using cPanel or FileZilla.

My friend, that’s all I have researched for you to overcome the error belongs to wp-login.php. So friends, please share your doubts and feedback via comments. You + I, we both can solve the doubt more efficiently.

Source:DoubtSolver

As I also had the same issue. Went through lot's of forums but found the solution as Rename the current plugins folder located in wp-contents folder Then tried to reach my domain, voila, it's successfully accessible and I can access my wp-admin too. Thanks for the above solutions I'd tried them but unable to get out of rid. I found an another way to solve hence replied.

本文标签: multisiteThe requested URL login was not found on this server