Went to config.php to change login location, as this example:
// If you do so, uncomment the following line and enter the new name.
define( 'K_ADMIN_PAGE', 'newname.php' )
However, when going to "site/couch/newname.php" I get directed to a broken version of my homepage. Any ideas?
// If you do so, uncomment the following line and enter the new name.
define( 'K_ADMIN_PAGE', 'newname.php' )
However, when going to "site/couch/newname.php" I get directed to a broken version of my homepage. Any ideas?