added url rewriting rules
This commit is contained in:
parent
e137317dc1
commit
99b1ea3a2b
|
@ -10,3 +10,5 @@ server.modules = (
|
|||
include "mime-types.conf"
|
||||
server.pid-file = "/run/lighttpd.pid"
|
||||
index-file.names = ( "index.html", "index.htm" )
|
||||
url.rewrite-once = ( "^/(.*)" => "/index.html" )
|
||||
server.error-handler-404 = "/index.html"
|
Loading…
Reference in New Issue