0

我正在寻找一种在 Glassfish 上执行 301 重定向的方法,类似于您可以通过编写如下内容在 Apache 上使用 .htaccess 文件执行的操作:

redirect 301 /old/old.htm http://www.mydomain.com/new.htm
4

1 回答 1

0

您必须在虚拟主机中添加一个属性“redirect_n”。例如: 名称:redirect_1 值:from=/old/old.htm url-prefix= http://www.mydomain.com/new.htm

请参阅:http ://docs.oracle.com/cd/E19776-01/820-4496/ggjaa/index.html

于 2010-01-26T13:02:54.573 回答