I believe that they may have looked for ways to rewrite, for example: /index.php/class/function to / class / function, for example, used in Wordpress and the PHP MVC Framework.
. /etc/lighttpd/lighttpd.conf , ( #). :
server.modules = (
"mod_access",
"mod_alias",
"mod_compress",
"mod_redirect",
"mod_rewrite",
)
rewrite . index.php , :
url.rewrite-if-not-file = ("^/[^?]*(\?.*)?$" => "/index.php$1")
, lighttpd. Debian : sudo service lighttpd restart && & & sudo service lighttpd
( & &) . !