-- Robert Castley <[EMAIL PROTECTED]> wrote
(on Wednesday, 02 July 2008, 04:04 PM +0100):
> Bump!
>  
> :-)
> 
> ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
> From: Robert Castley
> Sent: 12 June 2008 17:41
> To: fw-general@lists.zend.com
> Subject: [fw-general] Case issue in URL for base directory
> 
> Hi All,
>  
> In my Apache 2.2 directory my application directory is called Magik (note the
> capital M).  When I call the URL http://localhost/Magik all is fine and the
> application loads.
>  
> However, if I call http://localhost/magik then I get the following:
>  
> 
> Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with
> message 'Invalid controller specified (magik)' 

The baseUrl is case sensitive. Either change the case of the directory,
or add a rewrite rule to change magik to Magik


-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to