由於使用了相對URL,Google Crawler以某種方式錯誤地將我們的網站編入索引。 經過Google對索引URL的分析後,我們得出結論:除了一些例外情況,我們應該通過在尾部斜線之後的部分重新定向URL。因此,我們試圖在下面列出很多這些網址以及它們應該如何重定向。通過使用htaccess保留URL參數來保留跟蹤後的網址
/a.php/ - Redirect to /a.php
/a.php// - Redirect to /a.php
/a.php - Retain as it is
/a.html - Retain as it is
/a.php/a.html - Redirect to /a.html
/a.php/b.php?a=b - Redirect to /b.php?a=b
/a.html/b.php - Redirect to /b.php
/a.html/b.php/c.html - Redirect to /c.html
/a.php/b.php?a=b/c.php?a=b - Redirect to /c.php?a=b
/a.html/b.php - Redirect to /b.php
請注意的index.php已經重定向到www.domain.com 你能爲我們提供了一個htaccess的代碼,我們可以用它來實現這些重定向
你需要顯示你已經嘗試過。 – Jon
我們嘗試了一些無法使用的代碼。不幸的是,我沒有這個代碼片段。但我記得它只能刪除尾部的斜線。總而言之,這不是有用的。 – user3172991
任何幫助請... – user3172991