cancel
Showing results for 
Search instead for 
Did you mean: 

url Customization

url Customization

hi Friends, i have small problem with magento admin URL. I just want to reduce the magento 

URL that means

present URL is PresentUrl i  just want to reduce the length of URL like   wantedUrl

can any one help me on that.

5 REPLIES 5

Re: url Customization

Hi @bharath553,

 

The form key (the hash at the end of the url) is used for secutiry. You can disable but isn't recommended.

There is some kind of problem with the url?

Re: url Customization

What is the wrong plzz guide me

Re: url Customization

Sorry but I don't understand the question.

Currently your URL is right.

Re: url Customization

Spoiler
i just want to make my url as simple as possible.so , what is the solution for that

Re: url Customization

If you want to change the default admin Url, go to app/etc/local.xml

 

    <admin>
        <routers>
            <adminhtml>
                <args>
                    <frontName><![CDATA[admin]]></frontName>
                </args>
            </adminhtml>
        </routers>
    </admin>