PHP超精簡(jiǎn)全站自適應(yīng)小說(shuō)源碼,體積超小,壓縮包僅幾十K
正則爬取筆趣閣的
站點(diǎn)設(shè)置在:/include/config.php文件內(nèi)
偽靜態(tài)規(guī)則:
location / {
index index.php index.html;
if (!-e $request_filename){
rewrite ^/list/(.+)\.html$ /theme/list.php?type=$1;
rewrite ^/book/(.+)_(.+)\.html$ /theme/book.php?uid=$1&id=$2;
rewrite ^/log/(.+)_(.+)\.html$ /theme/catalog.php?uid=$1&id=$2;
rewrite ^/read/(.+)_(.+)/(.+)\.html$ /theme/read.php?uid=$1&id=$2&pid=$3;
rewrite ^/(.+)\.html /theme/$1.php;
}
}
![圖片[1]-最新PHP超精簡(jiǎn)全站自適應(yīng)小說(shuō)網(wǎng)網(wǎng)站源碼-正則爬取全自動(dòng)采集](http://www.oilmaxhydraulic.com.cn/wp-content/uploads/2022/02/玄幻小說(shuō)-海量影視高清極速在線免費(fèi)觀看-146x1024-1.png)
? 版權(quán)聲明
THE END
暫無(wú)評(píng)論內(nèi)容