網(wǎng)站有大量的二級(jí)域名,現(xiàn)在想給二級(jí)域名的頁(yè)面靜態(tài)化,想實(shí)現(xiàn)以下效果,http://test.baidu.com/ha/a.html?生成的靜態(tài)頁(yè)在/ha/test/a.html下,是否能通過?.htaccess?重寫來實(shí)現(xiàn)訪問網(wǎng)址 http://test.baidu.com/ha/a.html 時(shí)實(shí)際調(diào)用的是這個(gè) /ha/test/a.html 路徑的文件?用的是Apache+php+MySQL做的網(wǎng)站。
1 回答

kevin_7
TA貢獻(xiàn)2條經(jīng)驗(yàn) 獲得超0個(gè)贊
RewriteEngine On
RewriteRule ^(.+)/(.+).html$ $1/test/$2.html
- 1 回答
- 0 關(guān)注
- 1230 瀏覽
添加回答
舉報(bào)
0/150
提交
取消