Hello, I am trying to get my drupal installation up and running under Cherokee but running into a small problem. When editing a node drupal is trying to post back to an invalid url. Let me give an example. The url is this
http://www.nathanpalmer.name/node/1/edit and it's trying to post back to "/node/1/edit?q=/node/1/edit" It seems like drupal is seeing the internal rewrite of /node/1/edit to /index.php?q=/node/1/edit and then taking the /node/1/edit part (which it thinks is /index.php?q=) and adding the /node/1/edit again. Does this make sense? The default rewrite rule I have setup takes the regex of ^(.*)$ to /index.php?q=$1. Any ideas? Thanks, Nathan Palmer _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
