Antonio Pérez wrote: > On Fri, Sep 5, 2008 at 8:15 PM, Alvaro Lopez Ortega <[EMAIL PROTECTED]> wrote: > >> - Extension php "FastCGI" >> - Directory /images "Static content" >> - Directory /bla, bla "Static content" >> - Directory /lalala "Static content" >> - Default ^.+$ "Redirection" (to /index.php?$1) > > First problem... WordPress use PATH_INFO, so redirection must be: > "/index.php$1", and Cherokee doesn't recognize it as an .php extension > file, so it enters in a loop.
It depends on your configuration whether Cherokee detects the php extension or not. Anyway, a few days ago Rui found a bug that might be hitting you with this. It's related to how the PATH_INFO string is generated. I will get back to you guys as soon as I fix it on Trunk (hopefully within the next few days). -- Greetings, alo http://www.alobbs.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
