From 64261f9d6b3e234de3acb26fd0593383257ff8fa Mon Sep 17 00:00:00 2001 From: Steffen Schmidt <43960349+Brombeersaft@users.noreply.github.com> Date: Tue, 31 May 2022 11:27:18 +0200 Subject: [PATCH] docs: fix example apache configuration (#1427) --- docs/guide/essentials/history-mode.md | 4 ++++ docs/zh/guide/essentials/history-mode.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/guide/essentials/history-mode.md b/docs/guide/essentials/history-mode.md index bbed3c8b..3200bd14 100644 --- a/docs/guide/essentials/history-mode.md +++ b/docs/guide/essentials/history-mode.md @@ -69,6 +69,10 @@ While it's not recommended, you can use this mode inside Browser applications bu ### Apache ```apacheconf + + Options -MultiViews + + RewriteEngine On RewriteBase / diff --git a/docs/zh/guide/essentials/history-mode.md b/docs/zh/guide/essentials/history-mode.md index 70bc34ff..857ef1b9 100644 --- a/docs/zh/guide/essentials/history-mode.md +++ b/docs/zh/guide/essentials/history-mode.md @@ -52,6 +52,10 @@ const router = createRouter({ ### Apache ```apacheconf + + Options -MultiViews + + RewriteEngine On RewriteBase / -- 2.47.3