Plopp
This commit is contained in:
parent
87285e02c6
commit
338007bf51
|
|
@ -3,14 +3,11 @@ Options -indexes
|
||||||
|
|
||||||
RewriteCond %{REQUEST_URI} ^(.*)?wp-login\.php(.*)$ [OR]
|
RewriteCond %{REQUEST_URI} ^(.*)?wp-login\.php(.*)$ [OR]
|
||||||
RewriteCond %{REQUEST_URI} ^(.*)?wp-admin$
|
RewriteCond %{REQUEST_URI} ^(.*)?wp-admin$
|
||||||
RewriteCond %{REMOTE_ADDR} !^81\.231.
|
|
||||||
RewriteRule ^(.*)$ - [R=403,L]
|
RewriteRule ^(.*)$ - [R=403,L]
|
||||||
|
|
||||||
RewriteCond %{REQUEST_METHOD} ^(GET|POST|PUT|PATCH|DELETE) [NC]
|
RewriteCond %{REQUEST_METHOD} ^(GET|POST|PUT|PATCH|DELETE) [NC]
|
||||||
RewriteCond %{REQUEST_URI} ^.*wp-json/wp/ [NC]
|
RewriteCond %{REQUEST_URI} ^.*wp-json/wp/ [NC]
|
||||||
RewriteCond %{REMOTE_ADDR} !^212\.63.
|
RewriteCond %{REMOTE_ADDR} !^212
|
||||||
RewriteCond %{REMOTE_ADDR} !^81\.231.
|
|
||||||
RewriteCond %{REMOTE_ADDR} !^194\.68\.237\.
|
|
||||||
RewriteRule ^(.*)$ - [F]
|
RewriteRule ^(.*)$ - [F]
|
||||||
|
|
||||||
# BEGIN WordPress
|
# BEGIN WordPress
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 108 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 689 KiB |
Loading…
Reference in New Issue