hello
how can we redirect a page like
Code:
http://nixcraft.com/web-servers/index.html
to
Code:
http://nixcraft.com/web-servers/
with lighttpd ?
thanks in advance
i tried a
Code:
url.rewrite-once = (
"^/[a-zA-Z0-9-]+\/index\.html$" => "$1"
)
but it doesn't seem to work
PS :rewrite is on