I have several wordpress served by cherokee http://www.codigolibre.net
A couple of users ask me how to use permalinks http://codex.wordpress.org/Using_Permalinks I have just test at my own wordpress permalinks and wordpress created a .htaccess to apache as follows: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] How I can creare equivalent rules to cherokee? It is possible to convert .htaccess rewrite rules to cherokee sintax? Are these sintax equivalent? Rodolfo _______________________________________________ Cherokee mailing list [email protected] http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
