Miguel Ángel wrote:

> I need it too :) I still have it on my pending tasks ':)

Guys, I'm pretty sure you are gonna love the new 'wizards' feature 
shipped with the upcoming Cherokee 0.9 :-)

> El 05/09/2008, a las 19:00, "Antonio Pérez" <[EMAIL PROTECTED]>  
> escribió:
> 
>> Hi!
>>
>> Anyone could help me with this .htaccess file?
>>
>> <IfModule mod_rewrite.c>
>> RewriteEngine On
>> RewriteBase /
>> RewriteCond %{REQUEST_FILENAME} !-f
>> RewriteCond %{REQUEST_FILENAME} !-d
>> RewriteRule . /index.php [L]
>> </IfModule>
>>
>> I'm trying to use my custom permalinks in Wordpress and I need to
>> "emulate" this behaviour in Cherokee.

This is something you can configure with the "Behavior" section of your 
Virtual Server.

It first look, I'd say that something like this could be enough:

- Extension    php         "FastCGI"
- Directory    /images     "Static content"
- Directory    /bla, bla   "Static content"
- Directory    /lalala     "Static content"
- Default      ^.+$        "Redirection"    (to /index.php?$1)

Good luck!

-- 
Greetings, alo
http://www.alobbs.com/
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to