6

In case of Custom Admin URL (in System -> [Advanced] Admin -> Admin Base URL) is set to something like http://mytreasure.store.com after creation of order or invoicing it Magento redirects back to the base url. I pin-pointed this to the store view change to the one order being assigned to

But whatever this is a bug or misconfiguration I really wonder

Magento is CE 1.7 fully patched

3
  • This is a slightly related topic: stackoverflow.com/questions/4095047/… Commented Jul 8, 2015 at 13:09
  • I wasn't able to replicate this with a vanila CE 1.7.0.2 install. Commented Jul 14, 2015 at 23:33
  • @SteveRobbins Interesting. Two separate nodes? Commented Jul 15, 2015 at 13:02

1 Answer 1

2

There is a different method some prefer with changing the admin url. See here, here, and here where they mention such a bug. Here is the approach they all recommend:

  • open app/etc/local.xml
  • find the line <frontName><![CDATA[admin]]></frontName> (it should be near the end of the file)
  • change [admin] to [customurl]
  • erase everything in the var/cache folder
1
  • Thanks for the response but it's not about the way to secure the instance. The custom URL is being used but also subdomain is which leads to this broken redirect Commented Jul 30, 2015 at 7:53

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.