在Apache中,
我如何redirect未find的页面?
Not Found The requested URL /dsadsa was not found on this server.
ErrorDocument 404 /
将提供input的URL的内容。 OTOH是你明确要redirect的用户,然后像…
ErrorDocument 404 /goback.html
…并在回去.html …
<meta http-equiv="refresh" content="0; url=http://example.com/">
你需要FallbackResource