Hi all,

I'm trying to implement some rewrite rules from apache to migrate an  
old app and to replace apache with cherokee. My problem is  
redirection, I have my app in a directorectory like:

/contenido/aplicacion/

into this dir I have an index.php where with rewrite rules y set  
differents arguments like:

index.php?arg1=zzz&arg2=yyy

original url is in this form: aplicacion-zzz-yyy.html

I have trie to set a directory rule that match "/contenido/aplicacion"  
then in handler y set redirection and set a rule like this:

aplicacion-(.*)-(.*)\.html      ------------>           
index.php?arg1=$1&arg2=$2

I set this directory rule after php rule. If I set redirection rule  
external it work but if I set redirection internal I get a 404 Not  
Found.

Any suggestion ?

Thanks.

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

Reply via email to