Hello On Sat, May 9, 2009 at 6:47 PM, Anoop Alias <[email protected]> wrote:
> basically what this trying to do is rewrite all url in the format > > http://somw-url.com/wiki/wikka.php?wakka=$1 > > Heres what i did > > Under behaviour => created a new directory wiki with handler Redirection and > the following > Internal Redirect Rule > ^/(.*)$ http://gnusys.net/wiki/wikka.php?wakka=$1 I would do a "regular expression" rule with this value: "^(.*)$" (without quotes). Assign it the redirection handler with: Type: Internal Regular Expression: (Leave empty) Substitution: /wiki/wikka.php?wakka=$1 And finally, reorder it below "php rule". -- Saludos: Antonio Pérez _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
