.htpasswd doesn't work on a different port? Hey,
I have a script that I'm running on a different port, that I access it by going to mysite.com:p0rtnumb3r which has .htpasswd protection on it. If you go the the dir via port 80, mysite.com/example, it requests a password, but if I go to mysite.com:p0rtnumb3r, I don't get prompted for a password. |