$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:
You can check it here on screenshot http://exot.boo.sk/permalinks.jpg
Here is my current Apache .htaccess
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
Here is needed permalinks structure:
Custom Structure: /%category%/%postname%/
Category base: serialyYou 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 |
Answers | Tags
(4) Possible Answers Submitted...
You must be logged in to view answers or answer this question.



