Clean URLs On The Same LIGHTTP Server That Also Serves Static Sites
Posted by spflanze on December 10, 2010 at 4:34pm
My lighttpd server is serving both a Drupal based dynamic content website and a static content website. On the dynamic website Garret Albright's LUA script at: http://groups.drupal.org/node/22787 works like a charm.
But on the static website it seems to cause Lighttpd to ignore the configuration file directive:
server.indexfiles = ("index.php", "index.html", "index.htm", "default.htm")Also tried:
index-file.names = ("/index.php", "/index.html", "/index.htm", "/default.htm")