By ramasubbu-drupal on
Hi,
How to change the /admin url to /othername url
For example. my url like this : http://www.sampledomainname.com/
The drupal admin url like this : http://www.sampledomainname.com/admin/
How to change the http://www.sampledomainname.com/admin/ to http://www.sampledomainname.com/othername/.
please help to me.
Comments
Hi, This should be very easy.
Hi,
This should be very easy. It's under Site building > URL aliases > Add alias (admin/build/path/add)
You can add a new URL alias there.
Can't remember right now if this functionality comes with core or not. So if you can't find it you might need to install the pathauto module
Need to implement in all admin pages
Hi,
Thanks for your reply to me. its really very helpful to me. But I want to change the entire /admin name to /othername. If any user come to type the /admin word then the site wont come. I want like this. please help to me.
I have created a small module
I have created a small module doing this for D7 : rename_admin_path.
Raphael