Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 312 Bytes

小涴熊漫画cms,开源有态度的漫画连载系统

  • 首次安装,运行:你的url/install
  • 将网站运行目录设置为public目录
  • 如果是NGINX,添加以下伪静态规则:
  if (!-e $request_filename) {  
      rewrite  ^(.*)$  /index.php?s=/$1  last;  
      break;  
	}