GNINX下配置WHMCS伪静态教程
# 如果URL不存在则使用伪静态
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php$1 last;
}
# WHMCS下的NGINX伪静态
# Announcements
rewrite ^/announcements/([0-9]+)/[a-zA-Z0-9-]+\.html$ /./announcements.php?id=$1 ...
原创
2018-11-27 21:58:00 ·
1613 阅读 ·
0 评论