ai123 发表于 2024-7-31 12:42:47

爱度导航网-资源导航,技术导航,网站收录网源码

搭建境:

PHP >= 5.6

Mysql >= 5.6

后台地址:/admin

默认账号密码

账号:admin
密码:123456

nginx伪静态:
rewrite ^/index.html$ /index.php;
rewrite ^/about.html$ /about.php;
rewrite ^/top.html$ /top.php;
rewrite ^/search.html$ /search.php;
rewrite ^/apply.html$ /apply.php;
rewrite ^/404.html$ /404.php;
rewrite ^/sort(+*).html$ /sort.php?id=$1;
rewrite ^/sort(+).html$ /sort.php?alias=$1;
rewrite ^/site_(+*).html$ /site.php?id=$1;





***本内容需购买可见***


aidu0310 发表于 2024-10-1 14:50:16

感谢分享啊
页: [1]
查看完整版本: 爱度导航网-资源导航,技术导航,网站收录网源码