Post emergency WordPress questions for fast help... ...Or answer questions first & win prize money.

$40
Wordpress on Lighttpd

Im currently using Apache + Wordpress configuration but I need to get work my Wordpress site on Lighttpd server. Everything is working except PERMALINKS. I found cupple tutorials, how to fix it, but no of them was working correctly.

Here is needed permalinks structure:
Custom Structure: /%category%/%postname%/
Category base: serialy

You can check it here on screenshot http://exot.boo.sk/permalinks.jpg

Here is my current Apache .htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


I also NEED to use HyperCache plugin there.

I need some how-to, or right lighttpd config file for this. Like I said, I found some tutorials on the internet, but nothing was working. Main page was working, category was working, post page was not working, it returned only white empty window.

its http://iserialy.sk/ page

thanks

Vladimir Rejholec | 01/19/10 at 11:18am | RSS Answers | Tags

(4) Possible Answers Submitted...

You must be logged in to view answers or answer this question.