File | Date | Author | Commit |
---|---|---|---|
BunnyPHP | 2018-10-29 |
![]() |
[1355ba] Update Core |
app | 2018-10-29 |
![]() |
[47e30c] Add Site Render(Beta) |
config | 2018-10-15 |
![]() |
[f46308] Add git keep |
library | 2018-10-15 |
![]() |
[1b38a3] Add Sina Weibo OAuth Class |
static | 2018-10-29 |
![]() |
[a9270b] Add Static File For Static Render |
template | 2018-10-29 |
![]() |
[616b8b] Update Look |
.gitignore | 2018-08-11 |
![]() |
[b8e1a1] Initial Project commit |
LICENSE | 2018-08-11 |
![]() |
[0a6ff2] Create LICENSE |
README.md | 2018-10-15 |
![]() |
[17e921] Update ReadMe |
README_CN.md | 2018-10-15 |
![]() |
[17e921] Update ReadMe |
favicon.ico | 2018-10-15 |
![]() |
[fb6d9a] Update favicon |
index.php | 2018-09-30 |
![]() |
[52d9b2] Update Index |
MineBlog is a simple blog software powered by BunnyPHP framework.
Apache
Add following content to .htacess
file.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
</IfModule>
Nginx
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
Code | Description |
---|---|
0 | ok |
1001 | password error |
1002 | user not exists |
1003 | username exists |
1004 | empty arguments |
1005 | invalid username |
1006 | database error |