網(wǎng)鈦CMS商業(yè)版發(fā)展到目前V5.x系列,文章路徑選擇也多樣化了很多,這邊詳細(xì)說明下都可以設(shè)置成怎樣的文章路徑。
仿老Y、仿OK3W、動態(tài)路徑 這3個早期路徑,SEO不友好,目前不建議使用,就不說了。
如:域名為 http://feiyangblg.com,某個欄目靜態(tài)目錄名 wenzhang,今天日期2014-09-11,某個欄目ID 18,某個文章ID 99。
【偽靜態(tài)】
列表頁:http://feiyangblg.com/news/?list_18.html
內(nèi)容頁:http://feiyangblg.com/news/?99.html
【組件偽靜態(tài)】看過去跟純靜態(tài)路徑一樣,需要空間支持rewrite組件,大多空間默認(rèn)不支持該組件
列表頁:http://feiyangblg.com/news/list_18.html
內(nèi)容頁:http://feiyangblg.com/news/99.html
【純靜態(tài)】該文章路徑有非常多種變化
{默認(rèn)模式}
列表頁:http://feiyangblg.com/news/list_18.html
內(nèi)容頁:http://feiyangblg.com/news/99.html
{開啟[分欄目目錄存放]}
列表頁:http://feiyangblg.com/news/wenzhang/list_18.html
內(nèi)容頁:http://feiyangblg.com/news/wenzhang/99.html
{開啟[分時間年目錄存放]}
列表頁:http://feiyangblg.com/news/2014/list_18.html
內(nèi)容頁:http://feiyangblg.com/news/2014/99.html
{開啟[分時間年月目錄存放]}
列表頁:http://feiyangblg.com/news/201409/list_18.html
內(nèi)容頁:http://feiyangblg.com/news/201409/99.html
{開啟[分時間年月日目錄存放]}
列表頁:http://feiyangblg.com/news/20140911/list_18.html
內(nèi)容頁:http://feiyangblg.com/news/20140911/99.html
{開啟[分欄目目錄存放]和[分時間年月目錄存放]} 配合年月日有3種,這邊演示年月
列表頁:http://feiyangblg.com/news/wenzhang/201409/list_18.html
內(nèi)容頁:http://feiyangblg.com/news/wenzhang/201409/99.html
{修改靜態(tài)目錄名,如修改成 wz} 該模式可以同時配合上面幾種路徑來改變news/目錄名
列e頁:http://feiyangblg.com/wz/list_18.html
內(nèi)容頁:http://feiyangblg.com/wz/99.html
{開啟 去掉靜態(tài)存放目錄,分欄目目錄(必須開啟)}
列表頁:http://feiyangblg.com/wenzhang/
內(nèi)容頁:http://feiyangblg.com/wenzhang/99.html
看懂該文章再設(shè)置文章路徑,可以設(shè)置出千變?nèi)f化完全與別人不一樣的路徑來。