• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How secure is .htaccess on a *nix run Apache?

smp

Diamond Member
I just figured this out .. and I want to know how secure this kind of permission system is with apache and *nix ??? Is it any good? Or is it weak?

edit: 'this' being the .htaccess files located in the folders that need authorization and htpasswd. Oh, and can this be controlled with PHP?
 
Secure how? Secure encryption of passwords? Securely transmitting the passwords over the internet? Secure permissions? Able to be exploited by some 31337 hax0r?

I personally wouldnt bother trusting .htaccess unless I was using ssl, which I do on my home server 😉
 
Originally posted by: smp
Tell me more l337 monkey!!!

About what? .htaccess is decent enough. Im sure there are ways around it, but I dont know any off hand. Id sniff traffic until you gave me the password, hence my suggestion of ssl 😉
 
If you run SSL though, and you don't have that certificate things (which costs a lot of money) then don't your visitors keep getting that "uncertified site" warning all the time or something?
 
Originally posted by: smp
If you run SSL though, and you don't have that certificate things (which costs a lot of money) then don't your visitors keep getting that "uncertified site" warning all the time or something?

Certs dont cost money. Getting them signed by monopolistic monstrocities (aka verisign) does. Self sign it, thats what I did. Its no "less secure," just considered less trustworthy, which isnt important because no private data goes across the wire.
 
Back
Top