ThinkPHP内核API接口管理平台v1.2源码

源码 5个月前 hai
30 0 0

ThinkPHP内核API接口管理平台源码v1.2

安装步骤:

1.数据库信息配置在路径【config/database.php】文件中

2.导入根目录下的【data.sql】数据库文件

3.设置网站运行目录为根目录【public】

4.目录

后台地址 /admin/login.html

账户 admin 密码 123456

apache伪静态

```<IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^ index.php [L,E=PATH_INFO:?$1]</IfModule>```

nginx伪静态

```location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php; }}```

演示图

ThinkPHP内核API接口管理平台v1.2源码ThinkPHP内核API接口管理平台v1.2源码


来源链接:https://www.zxki.cn/wzym/3544.html

本站声明:网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。

版权声明:hai 发表于 2022-10-14 04:35。
转载请注明:ThinkPHP内核API接口管理平台v1.2源码 | 亿库导航

相关文章

暂无评论

暂无评论...