I got some good out of my problem here:
In my htaccess file I have this
AuthName "Secure Area"
AuthUserFile root/".htpasswd"
AuthType Basic
<Limit GET>
require valid-user
</Limit>
Note where it says AuthUserFile root/".htpasswd"
My question is, is that a correct path?
I finally got it to work - meaning
I got the login to pop up when I go to
http://142.59.59.29/www/admin/
However, it still isn't reconizing my username/password
Now, in Command prompt I do everything right, I type:
cd "\Program Files\Apache Group\Apache\bin"
Next, I type
htpassword -c "C:\Program Files\Apache Group\Apache.htpasswd username
Now, note where I put ' username ' at the end there.
I can replace the word 'username' with whatever I want my username to be correct??
Anyway next, after I type that, it asks me to type my password, so I type it, then it asks me to type it again, and I type it, then it says "Adding password for username"
So everything works as it should, as I mentioned its just the login..
When I go to the url
(http://142.59.59.29/www/admin/) The login pops up, but it doesn't reconize my username and pw....
Try for yourself username: jeff password: iloveyou
Thanks