I reported some time ago a bug in the Drupal wizard, which generated bad
redirection rules for multilingual sites.
I solved it by doing the following
Removed in the "default" behavior the internal redirection given by

/(.*)\?(.*)$    ->    /index.php?q=/$1&$2


and changed the other expresion from
  /(.*)$ -> /index.php?q=/$1
to
 ^/(.*)$ -> /index.php?q=$1

I am not sure if this will work for every setup buf for now, it worked for
me in a multilingual site.

Regards.
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to