Quote:
Originally Posted by sim
Apparently IE can't make sense of the address. Try using a the full address of the Zend controller rather than a relative address from the current page.
|
It's not that IE can't make sense of the address, it's just simply that "/something" implies you are looking for "something" just on top of the server root. In order to get "something" relative to the current URL, use "./something".