想請問向591這種每筆資料都是
https://rent.591.com.tw/?kind=0®ion=4
https://rent.591.com.tw/rent-detail-8070894.html
是客戶上傳資料後,他自動產生一個rent-detail-8070894.html檔案嗎?
有沒有相關的參考範例或作法呢?
用 .htaccess 寫RewriteEngine 就可以了
www.xxx.com/index.php?id=1
變成
www.xxx.com/index-1.html
.htaccess 內容是
RewriteEngine On
#RewriteBase /
RewriteRule ^index-(\d+)\.html$ index.php?id=$1
分析一下網頁看到內容是