I changed the htaccess like advised and it completly shut off all access to the sites so I restored it to the original.
Using some trial and error I completely removed
`<Files ~ “^wp-login.php”>
Order deny,allow
Deny from all
Allow from 154.20.224.185
</Files> `
with the code editor and now I have complete access to all the WP Dashboards again!
Thank You again to kmessinger! Hopefully this will help someone else in the future
Ok If I go to Public_html -> htacess
this is what I see:
RewriteOptions inherit
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName xxxxxxxxx
AuthUserFile /home/xxxxxx/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/xxxxxx/public_html/_vti_pvt/service.grp
# BEGIN WordPress
# END WordPress
<Files ~ “^wp-login.php”>
Order deny,allow
Deny from all
Allow from 154.20.224.185
</Files>
Anything in there causing the problem?
Thank you kmessinger for your advice. Its very much appreciated to get some help with this frustration issue.