[wp-trac] [WordPress Trac] #15289: Make it easier for a non-standard URL to be used to access wp-admin
WordPress Trac
wp-trac at lists.automattic.com
Tue Nov 9 13:09:13 UTC 2010
#15289: Make it easier for a non-standard URL to be used to access wp-admin
-----------------------------+----------------------------------------------
Reporter: caesarsgrunt | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.1
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
Comment(by caesarsgrunt):
Replying to [comment:3 caesarsgrunt]:
> Ok... here is the code I've used for this in the past. Two parts, one in
a plugin and one in .htaccess. This code also changes example.com/wp-login
to example.com/login.
I missed a bit...
'''In wp-config.php :'''
{{{
define('ADMIN_COOKIE_PATH', '/');
define('PLUGINS_COOKIE_PATH', '/');
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15289#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list