Skip to content

Commit 2f73a18

Browse files
authored
Update README.md
1 parent 5233d4c commit 2f73a18

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

README.md

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,14 @@ DouName 是一款基于 PHP+MySQL 开发的域名资产管理系统。通过本
2828
-`src` 目录内文件全部上传到网站运行目录
2929
- 访问网站,会自动跳转到安装页面,根据提示填写配置信息,进行安装
3030
- 安装完成后,访问 /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-
```
5731

5832
### 赞助项目
5933

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%;" />
6137

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) 上展示。
6339

6440
## 开源许可
6541

0 commit comments

Comments
 (0)