Mailing List Archive

http redirect problem
hi

i have this in a .htaccess file:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?requestParameters=$1&%{QUERY_STRING} [L]

i need to translate this to the cherokee.
i try it some redirection rule from the joomla or drupal, but only work
if i have only one parameter after the domain
like this:
www.domain.tld/pagesample

if i have this:
www.domain.tld/pagesample/sample1
...will not work, only with the apache

so i think the trick is the &%{QUERY_STRING}
how can i set this in the cherokee?

the main parameter the $1 but cherokee dont recognize query_string.

someone can help me?

thanks!
Peter