-- mysticav <[EMAIL PROTECTED]> wrote
(on Wednesday, 02 May 2007, 11:26 PM -0700):
> I'm trying to setup Zend Framwork on IIS using Ionic IsapiRewriter.
> The application is in a subfolder:
> /www/myApp/index.php
>
> the mod_rewrite seems to be working ok:
> http://localhost/myApp/Foo rewrites to myApp/index.php
>
> The problem is that Zend Framework always points to IndexController/index
>
> so, http://localhost/myApp/Foo should give me an error because FooController
> doesn't exists , but instead, shows me IndexController/index. So no matter
> what URI, always points to IndexController
In your index.php, try adding the following:
$front->setBaseUrl('/myApp');
and see if that corrects the issue.
--
Matthew Weier O'Phinney
PHP Developer | [EMAIL PROTECTED]
Zend - The PHP Company | http://www.zend.com/