Basic htaccess authentication
AuthType Basic AuthName "Protected" AuthUserFile /var/www/blah/.htpasswd Require valid-user
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
AuthType Basic AuthName "Protected" AuthUserFile /var/www/blah/.htpasswd Require valid-user
AddType application/x-httpd-php .htm .php