我遇到一些问题,我的301重定向功能在htaccess中正常工作。
问题是新链接上的子文件夹没有排队: 重定向301 /properties/available-properties/filename.html http://www.domain.com/index.php/properties/available/new-filename
问题是它返回的路径: www.domain.com/index.php/properties/availablefilename.html
有什么建议吗?
答案 0 :(得分:0)
这是一个老问题,所以我要在黑暗中拍摄,你的意思是放
Redirect 301 /properties/available-properties/filename.html http://www.domain.com/properties/available/new-filename
*删除“index.php /”,因为这可能是错误的?