I sit and play with Apache, version: apache_2.2.9-win32-x86-openssl-0.9.8h-r2
And would like to password-secure it. The server is working as it should.
I have made .htaccess in my DocumentRoot (my DocumentRoot is "I: /") which looks like this:
AuthType Basic
AuthName "This is a private area, please log in."
AuthUserFile "D:\ftppass\ftp_pass.txt"
AuthGroupFile /dev/null
<Limit GET MAIL PUT>
require valid-user
</Limit>
My directory called:
<directory "I:/">
I have made ftp_pass.txt in the path listed above, which shows you have to guide the command and everything that is not something wrong there.
Can it do that ".htaccess" and "ftp_pass.txt" are on different hard drives?
I have set AllowOverride to All, however, I do not appreciate what this all means it was just in the wizard. Is there anyone who can identify what I am doing wrong? All inputs are welcome, will like remote access to my PC up and get..
Bookmarks