thank you for your reply.
I found the problem with my configuration file,
# Hiawatha main configuration file
ConnectionsTotal = 150
ConnectionsPerIP = 10
Binding {
Port = 80
# Interface = 127.0.0.1
# MaxKeepAlive = 30
# TimeForRequest = 3,20
}
UrlToolkit {
ToolkitID = testID
RequestURI exists Return
Match .* Rewrite /cc.html
}
Hostname = 127.0.0.1
WebsiteRoot = /www
StartFile = index.html
UseToolkit = testID
There is no index.html in my /www directory.
When I remove "RequestURI exists Return" ,"http://127.0.0.1" can work.
Why it give me 404 with "RequestURI exists Return"?