How to port Apache rewrite rules to cherokee?
Posted
by saint
on Server Fault
See other posts from Server Fault
or by saint
Published on 2010-03-02T08:50:19Z
Indexed on
2010/03/08
8:21 UTC
Read the original article
Hit count: 531
I'm pretty new to cherokee, it's great and pretty straight forward except URL Rewrites. Is there a straight forward guide to it? Let me know.
Also how would I port this:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Thanks
© Server Fault or respective owner