Easy WordPress permalinks in Lighttpd
Posted: April 26, 2009 | By: TJ | In Technology | One comment
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





