聯系官方銷售客服
1835022288
028-61286886
獨立模塊偽靜態老是沒有反應是怎么回事,是哪個地方有問題呢?
獨立模塊:
一級欄目:index.php?s=nav
二級欄目:index.php?s=prompt&c=category&id=1
欄目內容頁:index.php?s=nav&c=show&id=270
"([a-z]+)\.html" => "index.php?s=$1", //【dl】模塊首頁({modname}.html) "([a-z]+)\/([0-9]+)\.html" => "index.php?s=$1&c=category&id=$2", //【dl】模塊欄目列表({modname}/{id}.html) "([a-z]+)\/show\/([0-9]+)\.html" => "index.php?s=$1&c=show&id=$2", //【dl】模塊內容頁({modname}/show/{id}.html)
回復@ibuc2t 獨立模塊做好了,不太好改了