The htpasswd tag has no wiki summary.
0
votes
2answers
25 views
How to double protect admin access in PyroCMS
I have read how to protect admin folder with .htaccess and .htpasswd file but in PyroCMS admin login (ex: example.com/admin) just only routing system (no admin folder yet).
So, how can I double ...
1
vote
1answer
88 views
.htaccess and .htpasswd throwing 500 internal server error
I've created a .htaccess and a .htpasswd file, both using my hosting's tool, uploaded them, and I get an error when I try to view the directory. Why?
my .htaccess file:
AuthName "Restricted Area"
...
3
votes
1answer
391 views
Password protect an alias virtual directory
I have a main domain being hosted through CPanel. I also have a sub-domain that I would like to appear as a path under the main domain instead of as a sub-domain. So I have:
http://example.com/ ...
0
votes
2answers
229 views
htaccess and htpasswd trouble
This is the first time that I have ever tried working with .htpasswd and .htaccess files, so please point out my childish works.
I have my apache document root set to /www/ on my debian server. ...
1
vote
1answer
6k views
.htaccess password protection generates 500 internal server error
I have created a .htpasswd file using htaccess tools of which I have uploaded to the root of my web hosting space (/public_html is my web root).
I created a .htaccess file which referenced the ...
1
vote
1answer
674 views
How secure is using .htpasswd to secure a directory?
I'm basically creating something off of my main domain www.mywebsite.com/intranet.
I've created .htpasswd protection for that intranet directory.
I can't implement individual user passwords yet and ...
3
votes
4answers
226 views
