Skip to content

longmonhau/Half-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Half-Life 博客系统

Requirement

  • PHP5.5+
  • fileinfo php extension
  • PDO PHP extension 及相应的数据库扩展
  • 基于LAMPLNMP,可选Redis作缓存,建议安装在unix系列主机
  • WEB服务器必须支持URL重写
  • Composer 管理依赖
#Apache .htaccess 例子 其他请自行Google
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php/$1 [L]

Install

  1. 编辑install.php,修改相应的选项
  2. 运行install.php,如果一切正常会输出相关信息

鸣谢