ISAPI_Rewrite重定向規(guī)則匯總,301永久重定向是在改變網站結構的時候,為了不影響搜索引擎優(yōu)化|SEO,給搜索引擎一個友好的信息,告訴它此頁面已永久重定向,避免搜索引擎找不到頁面。
ISAPI_Rewrite重定向規(guī)則匯總,301永久重定向是在改變網站結構的時候,為了不影響搜索引擎優(yōu)化|SEO,給搜索引擎一個友好的信息,告訴它此頁面已永久重定向,避免搜索引擎找不到頁面。
以下是一些ISAPI_Rewrite重定向規(guī)則(以下規(guī)則僅在Helicon ISAPI_Rewrite Version 3.1.0.79上測試通過)
RewriteEngine on
RewriteCond %{HTTPS} (on)?
RewriteCond %{HTTP:Host} ^(?!www.)(.+)$ [NC]
RewriteCond %{REQUEST_URI} (.+)
RewriteRule .? http(?%1s)://www.%2%3 [R=301,L]
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^main/(.*)$ $1 [R=301,L]
如沒特殊注明,文章均為友孚原創(chuàng),轉載請注明來自:http://www.shenghezhuangshi.com/news/26.html