Solved with Hack: IIS issues + cake 1.2 and no mod_rewrite stuff

2007-08-20 Thread daschl
Hey guys! After searching through the discussion lists and talking on the irc i was not able to get cake 1.2 and IIS playing nice together.. Then i played around with the index.php and modified it so that is is working for me, maybe you can benefit from it (but, of course its a really dirty hack

Re: Solved with Hack: IIS issues + cake 1.2 and no mod_rewrite stuff

2007-08-20 Thread Gwoo
this is not the way to set the base in 1.2. If you are using the current nightly, you can set Configure::write('App.base', '/path/to/index'): in your core.php Cake will use this path without doing anything tricky. If you want to make your app more portable, then use