Skip to content

Instantly share code, notes, and snippets.

@lifoolgh
Created November 14, 2017 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lifoolgh/6a0e301041f96d5f3d8b6d0870f445d7 to your computer and use it in GitHub Desktop.
Save lifoolgh/6a0e301041f96d5f3d8b6d0870f445d7 to your computer and use it in GitHub Desktop.
SiteGuard WP Pluginのhtaccessの設定
#SITEGUARD_PLUGIN_SETTINGS_START
#==== SITEGUARD_RENAME_LOGIN_SETTINGS_START
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^login_12345(.*)$ wp-login.php$1 [L]
</IfModule>
#==== SITEGUARD_RENAME_LOGIN_SETTINGS_END
#SITEGUARD_PLUGIN_SETTINGS_END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment