From: Steffen Schmidt <43960349+Brombeersaft@users.noreply.github.com> Date: Tue, 31 May 2022 09:27:18 +0000 (+0200) Subject: docs: fix example apache configuration (#1427) X-Git-Tag: v4.0.16~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64261f9d6b3e234de3acb26fd0593383257ff8fa;p=thirdparty%2Fvuejs%2Frouter.git docs: fix example apache configuration (#1427) --- 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 /