ensoph
Member
Posted 10 months ago #
Hello.
I want change /wp-admin access path likes as http://magazine.wsj.com.
http://magazine.wsj.com is powered by wordpress but, when I access to http://magazine.wsj.com/wp-admin there's no path found, you know.
How can I make likes as above?
Any ideas and comments welcome.
thanks.
wp-admin unlike other WordPress sub-directories, such as wp-content and (sort of, wp-includes) is hard-coded everywhere, so you would need to use sed or some other such tool and recursively replace throughout WordPress core files every instance with the directory name you want.
ensoph
Member
Posted 10 months ago #
Thank you for your answer.
You can install this plugin which allows you to create a blank page, and then when the user clicks on that link have it redirect them to whatever URL you specify. It's not as proper as I'd like, but a clean, relatively simple solution if you're not a programmer.