我儘量讓我的重定向文件夾中:的.htaccess文件夾重定向
Redirect /promotion/ /newpromotion
Redirect /promotion/first/ /new/first/
現在,如果我嘗試打開http://mysite.com/promotion/first
我打開http://mysite.com/newpromotion/new/first
但我需要http://mysite.com/new/first
我怎樣才能解決呢?
UPD: 這是瘋了,但我做到了:
Redirect /promotion/ /newpromotion
Redirect /promotion/first/ /new/first/
Redirect /newpromotion/new/first /new/first/
解決方案: 需要逆轉2個指令:
Redirect /promotion/first /new/first
Redirect /promotion /newpromotion
嘗試。它不起作用 – Nick
500內部服務器錯誤 – Nick
重定向/升級/第一/ /新/第一/重定向/升級//newpromotion - 工作 – Nick