后台登陆地址:域名/index.php?m=Admin&c=Index&a=login
用户名/密码:goodtext.org
url模式
0为普通模式如 http://site.com/index.php?m=Site&c=Index&a=index
1为pathinfo模式(显示php文件)如 http://site.com/index.php/Site/Index/index
2为pathinfo模式(不显示php文件)如 http://site.com/Site/Index/index.html
3为兼容模式如 http://site.com/index.php?s=/Site/Index/index
模式0和模式3适应所有php环境
模式1需要pathinfo的支持或rewrite重写
模式2需要rewrite的支持