Does ZendFramework1.5.3 require Apache 2 or above in order for its routing
function working well?


Kexiao  Liao wrote:
> 
> My Zend Framework 1.5.3 was installed on Mac OS with apache1.? and
> Php5.2.4. When I use following url to access my web application login
> page:
> http://10.73.153.26/DataEntry/MVr/user/login
> 
> the action login can not send to server, the ZF exception message says 3c
> action can not be found. The action server received is 3c not login. I am
> not sure what is wrong with my ZF application.
> 
> following is my application structure and .htaccess file
> 
> 
> -rw-r--r--    1 jiedai  admin  12646 Aug 20 09:13
> ChesttubeoutputController.php
> -rwxr-xr-x    1 jiedai  admin      0 Aug 20 09:01 ErrorController.php
> -rwxr-xr-x    1 jiedai  admin    686 Aug 20 09:01 IndexController.php
> -rw-r--r--    1 jiedai  admin  11232 Aug 20 09:13 MainController.php
> -rwxr-xr-x    1 jiedai  admin   9916 Aug 20 09:01 MsadController.php
> -rw-r--r--    1 jiedai  admin  12451 Aug 20 09:13 PainscoresController.php
> -rw-r--r--    1 jiedai  admin  11424 Aug 20 09:13
> RehabilitationmilestonesController.php
> -rwxr-xr-x    1 jiedai  admin   9581 Aug 20 09:01 ShowlabelsController.php
> -rwxr-xr-x    1 jiedai  admin  10411 Aug 20 09:01
> ShowvocabulariesController.php
> -rwxr-xr-x    1 jiedai  admin   4157 Aug 20 09:01 UserController.php
> 
> .htaccess:
> 
> RewriteEngine on
> RewriteBase /DataEntry/MVr/
> RewriteRule !\.(pdf|php|js|ico|txt|gif|jpg|png|css|rss|zip|tar\.gz)$
> index.php
> 
> My Mac OS file system is case-insensitive system. For this kind of file
> system what is correct name convention for controller and its action. 
> 
> Thanks in advance.
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Mac-OS-with-apache--1.--tp19082530p19087986.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to