
【looDhCat 2.4.5】二开美化网页网址导航系统PHP源码 基于EasyWeb框架,美化界面,后台采用EasyWeb框架 管理起来更加方便。
nginx伪静态规则
location / {
index index.php index.html;
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php last;
}
}


【looDhCat 2.4.5】二开美化网页网址导航系统PHP源码 基于EasyWeb框架,美化界面,后台采用EasyWeb框架 管理起来更加方便。
nginx伪静态规则
location / {
index index.php index.html;
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php last;
}
}
