If I put those rewrite rules in there then it's always redirecting to index.php and doesn't go to the correct path because it should be taking.
/node/1/edit and appending that to the path so it looks like /index.php?q=/node/1/edit Thanks, Nathan On Sun, Mar 29, 2009 at 6:55 AM, Alberto Caso <[email protected]> wrote: > El sáb, 28-03-2009 a las 20:44 -0600, Nathan Palmer escribió: > [...] >> http://www.nathanpalmer.name/node/1/edit >> and it's trying to post back to "/node/1/edit?q=/node/1/edit" > [...] >> The default rewrite rule I have setup takes the regex of ^(.*)$ to >> /index.php?q=$1. > > Try internal redirection ^.*$ to /index.php > > If that doesn't solve your problem, have a look at [1] if you haven't > done so yet. There is a second redirection mentioned there. > > [1] http://www.cherokee-project.com/doc/cookbook_drupal.html > > Regards, > > -- > Alberto Caso Palomino | Adaptia > [email protected] | http://www.adaptia.es > > _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
