Fetch the repository succeeded.
项目完全基于Thinkphp 3.2.3框架开发
1.配置数据库,配置文件在/APP/Common/database.php 把该填的填好即可 2.数据库文件 在/sql/SQL/blog.sql 导入即可
php > 5.5
该项目将不在更新,新版博客 mgchen.com 已基于tp5架构重新打造。
1、httpd.conf配置文件中加载了mod_rewrite.so模块
2、AllowOverride None 将None改为 All
2.如果是nginx,在Nginx低版本中,是不支持PATHINFO的,但是可以通过在Nginx.conf中配置转发规则实现:
location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?s=/$1 last;
}
}
后台登录,直接输入http://serverName/admin 就可进入 默认登录名 admin 密码 admin
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.