Merge branch 'master' of https://git.seemsleg.it/pub/wp-login
This commit is contained in:
@@ -4,12 +4,14 @@
|
|||||||
per console
|
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
|
dann die htaccess erweitern
|
||||||
|
|
||||||
```
|
```
|
||||||
|
#honeypot
|
||||||
RewriteRule ^wp-login.php$ /wp-login/index.php?h=wp-login [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]
|
RewriteRule ^xmlrpc.php$ /wp-login/index.php?h=xmlrpc [L]
|
||||||
```
|
```
|
||||||
1
htaccess
1
htaccess
@@ -12,5 +12,6 @@ Options +FollowSymLinks
|
|||||||
RewriteRule ^(.+) - [PT,L]
|
RewriteRule ^(.+) - [PT,L]
|
||||||
|
|
||||||
RewriteRule ^wp-login.php$ /wp-login/index.php?h=wp-login [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]
|
RewriteRule ^xmlrpc.php$ /wp-login/index.php?h=xmlrpc [L]
|
||||||
</IfModule>
|
</IfModule>
|
||||||
Reference in New Issue
Block a user