I am tryging to port my htaccess rewrite rules to Cherokee. I already tried this. This works for me, but I can't seem to get the rule I am using working.
The apache rule:
RewriteRule ^dealinfo/(.*)/(.*) redirect.php?url=dealinfo/$1/$2
What it needs to do is redirect a user when they click on domain.com/dealinfo/1234/random-title to redirect.php server side. For this I need an internal redirect.
Whenever I try to add this redirect or some variations I either get a 500 server error or it's just not working (404).