Hi all,
I’m trying to change the url http://example-site.dev/wp/wp-admin/ into http://example-site.dev/custom-admin.
I have tried the following:
- Rename that /wp/wp-admin folder into /custom-admin, then finding & replacing it all, but it has proven to lose css styles and I do not wish to do alter the /wp core files
- Adding the blocks of code from codex forums on this topic (this link takes you to one of the many pages that show the same code http://help4cms.com/change-admin-url-without-plugin/ )
- Using WPS Hide Login Plugin
…and none of them work.
The last straw was when I tested that same plugin and it works fine on a standard wordpress site because it adheres to the standard file structure.
I am assuming there should be a bedrock way of doing this, does anyone know?
Thanks in advance