diff --git a/README.md b/README.md index 868e939..cf8cf58 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,14 @@ per console ``` -git submodule add https://git.seemsleg.it/pub/php-func-lib lib +git submodule add https://git.seemsleg.it/pub/wp-login wp-login ``` dann die htaccess erweitern ``` +#honeypot RewriteRule ^wp-login.php$ /wp-login/index.php?h=wp-login [L] +RewriteRule ^wp-admin.*$ /wp-login/index.php?h=wp-login [L] RewriteRule ^xmlrpc.php$ /wp-login/index.php?h=xmlrpc [L] ``` \ No newline at end of file diff --git a/htaccess b/htaccess index e10f1fd..7b6b406 100644 --- a/htaccess +++ b/htaccess @@ -12,5 +12,6 @@ Options +FollowSymLinks RewriteRule ^(.+) - [PT,L] RewriteRule ^wp-login.php$ /wp-login/index.php?h=wp-login [L] + RewriteRule ^wp-admin.*$ /wp-login/index.php?h=wp-login [L] RewriteRule ^xmlrpc.php$ /wp-login/index.php?h=xmlrpc [L] \ No newline at end of file