2014-10-08 85 views
2

我運行了一個Expression Engine站點,該站點將加載文章頁面,而不管任何組成子目錄名稱的地址欄輸入。使用htaccess刪除URL中的任何子目錄

舉例而言,所有這些地址:

http://hellothere.example.com/health/mental/depression 
http://cats.example.com/health/mental/depression 
http://dogs.example.com/health/mental/depression 
http://www.batman.example.com/health/mental/depression 
http://www.1.2.3.4.5.6.example.com/health/mental/depression 

將加載example.com/health/mental/depression

顯然,這是不太理想的搜索引擎優化,因爲我有重複的網址中潛在的無限數量。

我想弄清楚如何使用htaccess去除example.com之前的任何東西,並用www替換它。

任何幫助,將不勝感激!

回答

相關問題