在htaccess下载页面中将旧网址重定向到新网址

时间:2018-10-29 04:07:05

标签: .htaccess

我有mp3脚本,并且我有旧网址,例如 domain.com/download/9UN_umrICqw/stomody.html 现在我想这样重定向 domain.com/downloads/9UN_umrICqw/stomody.html 实际上,现在我正在运行domain.com/downloads/9UN_umrICqw/stomody.html,但是我的旧网址没有下载,我的意思是domain.com/download/9UN_umrICqw/stomody.html,所以我想将它们重定向到新的,当用户访问download/时出现404错误,所以我想当任何用户访问实际上我在Google中都在不使用downloads/的情况下在Google中建立索引时,使用download/进行重定向,因此这就是我希望大家理解我的问题的原因

只想在下载之前添加下载,以便我可以重定向,请帮助我这里是.htaccess代码

RewriteRule ^downloads/(.*)/(.*)\.html?$ search.php?id=$1&key=$2

1 个答案:

答案 0 :(得分:0)

要将SELECT * from [mason01].[dbo].[po_east] as t1 inner join (select distinct [Date],[ITEMNO],[PONUMBER],[LOCATION],[Received],[Outstanding] FROM [mason01].[dbo].[po_east] group by [Date], [ITEMNO],[PONUMBER],[LOCATION],[Received],[Outstanding]) as t2 on t1.Date=t2.Date and t1.ITEMNO=t2.ITEMNO 及其子URI重定向到/download/,您只需使用/downloads/

Redirect