You are reading

Easy WordPress permalinks in Lighttpd

Posted: April 26, 2009 | By: TJ | In Technology | 2 comments

With most WordPress installations, the permalink structure is defined with some simple .htaccess mod_rewrite rules. In Lighttpd, the structure can be defined really easily in the lighttpd.conf file:

server.error-handler-404 = "/index.php"

Now reload the new configuration changes:

$ /etc/init.d/lighttpd force-reload

Comments for this entry

nonnotus

Thanks man! You’ve save my day!

J Bruni

I got this error:
“configure: WARNING: unrecognized options: –enable-mmap”

I ran “./configure –help” to see the options.

Then, the following worked for me:

./configure –enable-apc –enable-apc-mmap

Other than this, thanks a lot for this highly valuable information!

Leave your comment



Copyright © 2010. All rights reserved.

This blog is powered by WordPress and proudly hosted by (mt) Media Temple.