Hi everybody.
I am trying to setup mythweb in cherokee, but i am unable to configure the
rewrite rules properly. I have a apache configuration and lighttpd and
trying to put those for cherokee.


The rules needed are the following:

        "^/(css|data|images|js|themes|skins|[a-z_]+\.(php|pl)).*" => "$0",
        "^/(pl(/.*)?)$" => "/mythweb.pl/$1",
        "^/(.+)$"       => "/mythweb.php/$1",
        "^/(.*)$"       => "/mythweb.php"

I tried to insert them just as a regular expression and redirection as
a handler. But the css, data, images, js, themes, etc are not working
properly.

What are the rules should I use?


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

Reply via email to