Skip to content

Commit 895d62a

Browse files
Jinjiangposva
authored andcommitted
docs(zh-cn): translated #2091 (#2101)
1 parent 485d57f commit 895d62a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: docs/en/essentials/history-mode.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Not to worry: To fix the issue, all you need to do is add a simple catch-all fal
3131
RewriteRule . /index.html [L]
3232
</IfModule>
3333
```
34+
3435
Instead of `mod_rewrite`, you could also use [`FallbackResource`](https://httpd.apache.org/docs/2.2/mod/mod_dir.html#fallbackresource).
3536

3637
#### nginx

Diff for: docs/zh-cn/essentials/history-mode.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ const router = new VueRouter({
3232
</IfModule>
3333
```
3434

35+
除了 `mod_rewrite`,你也可以使用 [`FallbackResource`](https://httpd.apache.org/docs/2.2/mod/mod_dir.html#fallbackresource)
36+
3537
#### nginx
3638

3739
```nginx

0 commit comments

Comments
 (0)