Zakładanie loginu i hasła dla serwera Apache w .htaccess:
htpasswd -bc /etc/apache2/htpasswd nowy_login haslo
Tworzenie dostępów na login i hasło w .htaccess:
AuthUserFile /etc/apache2/htpasswd AuthGroupFile /dev/null AuthName "Password Protected Area" AuthType Basic Require user nowy_login