File tree Expand file tree Collapse file tree 1 file changed +4
-28
lines changed Expand file tree Collapse file tree 1 file changed +4
-28
lines changed Original file line number Diff line number Diff line change @@ -28,38 +28,14 @@ DouName 是一款基于 PHP+MySQL 开发的域名资产管理系统。通过本
28
28
- 将 ` src ` 目录内文件全部上传到网站运行目录
29
29
- 访问网站,会自动跳转到安装页面,根据提示填写配置信息,进行安装
30
30
- 安装完成后,访问 /admin 进入后台管理
31
- - 设置伪静态,规则见下方
32
-
33
- ### 伪静态规则
34
-
35
- - Nginx
36
-
37
- ``` nginx
38
- location / {
39
- if (!-e $request_filename) {
40
- rewrite ^(.*)$ /index.php?s=$1 last; break;
41
- }
42
- }
43
- ```
44
-
45
- - Apache
46
-
47
- ``` xml
48
- <IfModule mod_rewrite.c>
49
- Options +FollowSymlinks -Multiviews
50
- RewriteEngine On
51
-
52
- RewriteCond %{REQUEST_FILENAME} !-d
53
- RewriteCond %{REQUEST_FILENAME} !-f
54
- RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
55
- </IfModule >
56
- ```
57
31
58
32
### 赞助项目
59
33
60
- 开源不易, 有了您的赞助, 我们会做的更好。转账时请备注您的称呼,方便我们在网站 [ https://crogram.org/sponsors ] ( https://crogram.org/sponsors.html ) 上展示。
34
+ 开源不易, 有了您的赞助, 我们会做的更好。
35
+
36
+ <img src =" assets/donation-weixin.jpg " alt =" 使用微信赞赏码 " style =" width : 25% ;" /><img src =" assets/donation-alipay.jpg " alt =" 使用支付宝转账 " style =" width :33% ;" />
61
37
62
- < img src = " assets/donation-weixin.jpg " alt = " 使用微信赞赏码 " style = " zoom : 45 % ; " />< img src = " assets/donation-alipay.jpg " alt = " 使用支付宝转账 " style = " zoom : 33 % ; " />
38
+ 转账时请备注您的称呼,方便我们在网站 [ https://crogram.org/sponsors ] ( https://crogram.org/sponsors.html ) 上展示。
63
39
64
40
## 开源许可
65
41
You can’t perform that action at this time.
0 commit comments