1
我很好奇,如果有人能夠教育我更好地理解爲什麼以下不起作用的命令。301重定向的順序?
當我首先爲/ contact重定向時,位置頁面無法正確重定向。
Redirect 301 /contact http://www.example.com/contact-us
Redirect 301 /index.php/contact/location1 http://www.example.com/contact-us/location1
Redirect 301 /index.php/contact/location2 http://www.example.com/contact-us/location1
當我把它放在位置後面時,它們正常工作。爲什麼是這樣?
Redirect 301 /index.php/contact/location1 http://www.example.com/contact-us/location1
Redirect 301 /index.php/contact/location2 http://www.example.com/contact-us/location1
Redirect 301 /contact http://www.example.com/contact-us
太謝謝你了。這現在非常有意義! – Myoji
不客氣,很高興它解決了。 – anubhava