Wordpress (v2.1) permalinks and Lighttpd (v1.4)
Archive - March 29, 2008, 17:00 Last days, I moved my website on a new server and I installed Lighttpd instead of Apache. The first problem I had to solve was about permalinks. It’s always more comfortable to use links like ()
than
http://www.dogguy.org/blog/index.php?p=%post_id%
Then, I tried to look, using Google, what people have done to avoid this issue. One solution is to redirect every query to this /blog/index.php/%year%/%month%/%day%/%post_name% , but it didn’t work for me. Another one is to use _GET variables. This final solution seems pretty clean … but it didn’t work neither. So I t.
Lire la suite
Lire la suite

