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

sp_key’s picture

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

ramasubbu-drupal’s picture

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.

raphael apard’s picture

I have created a small module doing this for D7 : rename_admin_path.

Raphael