View Single Post
  #11 (permalink)  
Old 05-15-2008, 02:40 PM
jasonw jasonw is offline
Junior Member
 
Join Date: May 2008
Posts: 12
Default

Quote:
Originally Posted by sim View Post
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".
Reply With Quote