=== Secure Login URL Hide === Contributors: wpwellconcept Tags: secure-login-url-hide, security, login, admin, hide, custom-url Last Updated: 2025-08-27 Requires at least: 5.0 Tested up to: 6.8.2 Requires PHP: 7.4 Stable tag: 1.0.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Easily and safely change the WordPress login URL to anything you want. Makes wp-admin and wp-login.php inaccessible for enhanced security. == Description == **Secure Login URL Hide** is a lightweight and secure plugin that allows you to easily change your WordPress login URL to anything you want. This plugin enhances your WordPress security by making the default `wp-admin` and `wp-login.php` pages inaccessible to unauthorized users. = Key Features = * **Custom Login URL**: Change your login URL to anything you want (e.g., `/login/`, `/signin/`, `/admin/`) * **Enhanced Security**: Blocks access to `wp-admin` and `wp-login.php` directories * **Flexible Redirects**: Configure custom redirect URLs for unauthorized access attempts * **Automatic Logout Handling**: Seamless logout functionality with custom login URLs * **Multisite Compatible**: Works with WordPress multisite installations * **No File Modifications**: Doesn't modify core WordPress files * **Clean Admin Interface**: Simple, focused settings page = How It Works = The plugin intercepts page requests and redirects unauthorized users away from protected areas. It doesn't rename files or add rewrite rules - it simply works by intercepting requests and providing a secure alternative login method. = Security Benefits = * **Hide Default Login**: Prevents brute force attacks on standard WordPress login URLs * **Reduce Attack Surface**: Makes it harder for attackers to find your admin area * **Custom Access Point**: Creates a unique entry point that only you know about * **No Core Modifications**: Safe to use and easy to disable if needed = Perfect For = * **Security-conscious website owners** * **Business websites** * **E-commerce sites** * **Personal blogs** * **Any WordPress site that needs enhanced security** = Important Notes = * **Bookmark your new login URL** - you won't be able to access the default WordPress login * **Test thoroughly** before deploying to production * **Keep your custom URL private** - don't share it publicly * **Easy to disable** - simply deactivate the plugin to restore default behavior == Installation == 1. Upload the `secure-login-url-hide` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to 'Settings' > 'Login URL Hide' to configure your custom login URL 4. Save your settings and bookmark your new login URL = Manual Installation = 1. Download the plugin zip file 2. Extract the contents to your computer 3. Upload the `secure-login-url-hide` folder to `/wp-content/plugins/` via FTP 4. Activate the plugin in WordPress admin == Frequently Asked Questions == = What happens to my existing login URL? = After activating the plugin and setting a custom URL, the default `wp-admin` and `wp-login.php` URLs become inaccessible. You'll need to use your new custom URL to log in. = Can I still access my WordPress admin? = Yes! You'll access your admin area through your new custom login URL. The plugin redirects the login form to your custom URL while maintaining all WordPress functionality. = What if I forget my custom login URL? = You can always deactivate the plugin through FTP or by renaming the plugin folder. This will restore the default WordPress login functionality. = Is this plugin compatible with other security plugins? = Yes, Secure Login URL Hide is designed to work alongside other security plugins. It doesn't interfere with most security measures and can be used in combination with other security solutions. = Does this work with caching plugins? = Yes, but if you're using a page caching plugin (other than WP Rocket), you should add your custom login URL slug to the list of pages not to cache. = Is this plugin multisite compatible? = Yes! Secure Login URL Hide works with WordPress multisite installations and allows you to set network-wide defaults. = What happens when I deactivate the plugin? = When you deactivate the plugin, your site returns exactly to its previous state. All default WordPress login functionality is restored immediately. = What WordPress versions are supported? = Secure Login URL Hide is actively maintained and tested with: * WordPress 6.6 (LTS) * WordPress 6.7 (Latest stable) * WordPress 6.8 (Latest stable) The plugin follows WordPress coding standards and is compatible with all modern WordPress installations. We regularly test and update for compatibility with new WordPress releases. = Can I use this with custom themes? = Yes, the plugin works with any properly coded WordPress theme. It only affects the login process and doesn't modify theme files. = Is this plugin safe for production use? = Absolutely! Secure Login URL Hide is designed for production use and follows WordPress coding standards. It's lightweight, secure, and thoroughly tested. == Screenshots == 1. Plugin settings page with security notice 2. Custom login URL configuration 3. Current login URL display 4. Reset functionality == Changelog == = 1.0.3 = * Bump version to 1.0.3 * Update Tested up to: 6.8.2 * Upload and set new assets (banner & icon) * No functional code changes