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.
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?
What is the wrong plzz guide me
Sorry but I don't understand the question.
Currently your URL is right.
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>