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 |2 Answers
Reset to default 2wp-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..
- Login into cPanel > phyMyAdmin
- Select appropriate database (other than information_schema)
- Select appropriate database (other than information_schema)
- 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
版权声明:本文标题:multisite - The requested URL login was not found on this server 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742332898a2455049.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
/project name /wp-login/
. If so, you can't have unencoded spaces in URLS. – s_ha_dum Commented Jul 15, 2015 at 13:56