1
您绝对应该在问题中添加更多信息。你都尝试了些什么?你的确切问题是什么?您为什么不提及对答案之一的评论中提到的迁移?
—
leymannx
您可以使用以下代码段以编程方式创建URL重定向。//创建一个带有重定向参数的对象$ redirect = new stdClass(); redirect_object_prepare($ redirect); $ redirect-> source ='旧网址'; $ redirect-> source_options = array(); $ redirect-> redirect ='node / 5'; //新的系统路径$ redirect-> redirect_options = array(); $ redirect-> type ='重定向'; $ redirect-> language = LANGUAGE_NONE; redirect_save($ redirect);
—
Aryashree Pritikrishna,