/ Published in: Apache
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
AuthName "admin"
AuthType Basic
AuthUserFile /home/blaz/.htpasswd
Satisfy Any
<Limit GET POST>
order deny,allow
deny from all
allow from 127.0.0.1
require valid-user
</Limit>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                