Hello People,
What ?
This is a very commonly observed situation that The wordpress admin login screen goes blank and does not login or sometimes does not even give the login screeen.
When?
This Usually happens when there are multiple reasons or questions to ask your self..
- Did you upgrade?
- Did you Install any new plug in ( most imp)
- Did you make any changes to function files?
- is the .htaccess file still there
- is the config.php file fine?
How? to resolve
1. add this to the top of your .htaccess file:
DirectoryIndex index.php
See if that works, if not try below step
Open functions.php file and check if there is any blank line at the bottm, if yes delete the blank line
else see below
check the config.php file and check if its fine with all the connectivity info
else see below
check and change chmod permissions of blog folder and files to 755
else , try this and it will work
recollect and rename the plugins folder you installed lately one by one and try again each time
i hope it helped,
Cheers, Joshu Thomas
About the Author Joshu Thomas, Orangecopper.com (About Joshu)
I too faced this..thank for the info Jo, letme try this out