=== Good Bye wp-admin === Contributors: sarankumar Tags: remove wp-admin,wp-admin,admin-panel Stable tag: 0.2 Chaging wp-admin to admin-panel == Description == Plugin change the wp-admin url to admin-panel in wordpress admin area without breaking anything. eg: www.example.com/wp-admin/ to www.example.com/admin-panel/ = Warning : = Use this plugin at your own risk.Don't Activate the plugin on live website.You will loss wp-admin access.USE ONLY YOU HAVE ROOT ACCESS. For working this plugin correctly ,you should follow the steps. step 1: add this code to your wp-config file. // change wp-admin to admin-panel `define('WP_ADMIN_DIR', 'admin-panel'); define('ADMIN_COOKIE_PATH',SITECOOKIEPATH.WP_ADMIN_DIR);` step 2: add this rule at the top of the your htaccess file. `RewriteRule ^admin-panel/(.*) wp-admin/$1?%{QUERY_STRING} [L]` Step 3: Activate the plugin as usual. See screenshot for clear understanding. == Installation == Warning : Use this plugin at your own risk.Don\'t Activate the plugin on live website.You will loss wp-admin access.USE ONLY YOU HAVE ROOT ACCESS. For working this plugin correctly ,you should follow the steps. step 1: add this code to your wp-config file. // change wp-admin to admin-panel `define('WP_ADMIN_DIR', 'admin-panel'); define( 'ADMIN_COOKIE_PATH', SITECOOKIEPATH . WP_ADMIN_DIR);` step 2: add this rule at the top of the your htaccess file. `RewriteRule ^admin-panel/(.*) wp-admin/$1?%{QUERY_STRING} [L]` Step 3: Activate the plugin as usual. see screenshot for more details. == Screenshots == 1. htaccess file 2. wp-config file 3. dashboard