Xulen

Lighttpd & sh404

Para activar mod_rewrite en sh404 con acceso a .htaccess

Editás lighttpd.conf (en etc/lighttpd) y agregas la siguiente línea como error-handler:

$HTTP[“url”] !~ “\.(gif|png|css|jpg|jpeg|js)$” { server.error-handler-404 = “/index.php” }