View Single Post
  #2 (permalink)  
Old 07-16-2008, 04:24 PM
jcarouth's Avatar
jcarouth jcarouth is offline
Junior Member
 
Join Date: Sep 2007
Location: College Station, TX
Posts: 6
Send a message via Yahoo to jcarouth
Default

I got it working.

The problem was that I was specifying a base url to the front controller, i.e. Zend_Controller_Front::getInstance()->setBaseUrl('/lsg');

This has caused the truncation of the controller name by exactly 3 characters.

I moved the url path use in setBaseUrl to a configuration directive and all is well.
Reply With Quote