[html] view plain copy
<error-page>
<error-code>404</error-code>
<location>404Redirect.html</location>
</error-page>
2)在404Redirect.html中写入如下代码
[html] view plain copy
<html>
<head>
<meta http-equiv="refresh" content="0url=/"/>
</head>
</html>
现在想在远程的centos 的 tomcat ROOT下的应用实现如:
在浏览器中输入 test.com
301跳转到
http://www.test.com怎么做,tomcat貌似不能直接放.htaccess!!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)