|
|||
|
Hi, I have installed Zend Framework 1.0.2 on Mac OS X 10.5.1. However, I'm getting a 404 error message for all controllers except for IndexController.php. Next, my boot strap file looks as follows:
my_app/public/index.php: PHP Code:
PHP Code:
Thanks in advance, -Conrad Last edited by conradwt : 11-21-2007 at 03:14 AM. Reason: Put PHP into the proper format. |
|
|||
|
Hi, I resolved the issue that I was seeing in regards to the 404 errors for non-IndexController. In Leopard, the httpd.conf sets the default:
AllowOverride None within Quote:
AllowOverride All Finally, after you make this change to your httpd.conf file and restart Apache, then you should be able to invoke the non-IndexController successfully. -Conrad |
![]() |
| Thread Tools | |
| Display Modes | |
|
|