Those rewrites aren't that different from normal wordpress. The only one is: RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
Which would just be added as a behavior. Is there a problem with your setup? Have you tried it yet? If so what's the problem? Are you using it with subdomains or paths? -J On Fri, Sep 16, 2011 at 9:30 AM, Daniel L. Miller <[email protected]> wrote: > I'm trying to setup WordPress Multisite. Existing Cherokee setup with > standard WordPress has been working fine. But with multisite it appears > some new rewrite rules are required. The .htaccess WordPress wants is: > > RewriteEngine On > RewriteBase / > RewriteRule ^index\.php$ - [L] > > # uploaded files > RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] > > RewriteCond %{REQUEST_FILENAME} -f [OR] > RewriteCond %{REQUEST_FILENAME} -d > RewriteRule ^ - [L] > RewriteRule . index.php [L] > > How do I translate this to Cherokee syntax? > -- > Daniel > _______________________________________________ > Cherokee mailing list > [email protected] > http://lists.octality.com/listinfo/cherokee > _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
