Skip to content

Instantly share code, notes, and snippets.

@bogomolov-dev
Created October 22, 2015 06:04
Show Gist options
  • Save bogomolov-dev/06a4e8bf17f660edbf71 to your computer and use it in GitHub Desktop.
Save bogomolov-dev/06a4e8bf17f660edbf71 to your computer and use it in GitHub Desktop.
wp-login über .htaccess absichern
AuthUserFile /var/www/... ../wp-admin/.htpasswd
AuthName "Members Only"
AuthType Basic
<Files "wp-login.php">
require valid-user
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment