text WPログインURL
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text WPログインURL相关的知识,希望对你有一定的参考价值。
①プラグインの場合
プラグイン名:Login rebuilder
・リダイレクト先を設定
・URLを設定
・稼働中に設定
②htaccessの場合
パラメータとドメイン変更する
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^enter/?$ /wp/wp-login.php?kitcut [R,L]
RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$
RewriteRule ^dashboard/?$ /wp/wp-login.php?kitcut&redirect_to=/wp-admin/ [R,L]
RewriteRule ^dashboard/?$ /wp/wp-admin/?kitcut [R,L]
RewriteRule ^register/?$ /wp/wp-login.php?kitcut&action=register [R,L]
RewriteCond %{SCRIPT_FILENAME} !^(.*)admin-ajax\.php
RewriteCond %{HTTP_REFERER} !^(.*)example.com/wp/wp-admin
RewriteCond %{HTTP_REFERER} !^(.*)example.com/wp/wp-login\.php
RewriteCond %{HTTP_REFERER} !^(.*)example.com/wp/enter
RewriteCond %{HTTP_REFERER} !^(.*)example.com/wp/dashboard
RewriteCond %{HTTP_REFERER} !^(.*)example.com/wp/register
RewriteCond %{QUERY_STRING} !^kitcut
RewriteCond %{QUERY_STRING} !^action=logout
RewriteCond %{QUERY_STRING} !^action=rp
RewriteCond %{QUERY_STRING} !^action=register
RewriteCond %{QUERY_STRING} !^action=postpass
RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$
RewriteRule ^.*wp-admin/?|^.*wp-login\.php /not_found [R,L]
RewriteCond %{QUERY_STRING} ^loggedout=true
RewriteRule ^.*$ /wp/wp-login.php?kitcut [R,L]
</IfModule>
参考
https://design-plus1.com/tcd-w/2016/10/change-wordpress-loginurl-for-security-improvement.html
以上是关于text WPログインURL的主要内容,如果未能解决你的问题,请参考以下文章
php ログイン认证テスト
sh GCPのCLIでのログイン方法
php セキュリティ:ログインIDバレ防止
markdown [ログイン画面阅覧] #laravel#l54 #unittest
python ログインサイトの画面キャプチャ
markdown ログインシェルを変えてからshellモジュールを使うと命令未找到エラー