ThinkPHP内核API接口管理平台源码v1.2
安装步骤:
1.数据库信息配置在路径【config/database.php】文件中
2.导入根目录下的【data.sql.gz】数据库文件
3.设置网站运行目录为根目录【public】
4.目录
后台地址 /admin/login.html
账户 admin 密码 123456
apache伪静态
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L,E=PATH_INFO:?$1] </IfModule>
nginx伪静态
location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php; } }
演示图


本站资源均为网友推荐收集整理而来,请勿商业运营,仅供学习和研究,请在下载后24小时内删除!!
© 版权声明
THE END















![表情[guzhang]-诺言资源网](https://zy.nuoyo.cn/wp-content/themes/zibll/img/smilies/guzhang.gif)


暂无评论内容