From: Glandos Date: Mon, 4 Sep 2023 10:15:40 +0000 (+0200) Subject: docs: link to current Apache configuration (#1979) X-Git-Tag: v4.2.5~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a70a6f50481344c1bceb289d50295d7c51cc0192;p=thirdparty%2Fvuejs%2Frouter.git docs: link to current Apache configuration (#1979) --- diff --git a/packages/docs/guide/essentials/history-mode.md b/packages/docs/guide/essentials/history-mode.md index 32955f33..bdcdc5d4 100644 --- a/packages/docs/guide/essentials/history-mode.md +++ b/packages/docs/guide/essentials/history-mode.md @@ -83,7 +83,7 @@ While it's not recommended, you can use this mode inside Browser applications bu ``` -Instead of `mod_rewrite`, you could also use [`FallbackResource`](https://httpd.apache.org/docs/2.2/mod/mod_dir.html#fallbackresource). +Instead of `mod_rewrite`, you could also use [`FallbackResource`](https://httpd.apache.org/docs/2.4/mod/mod_dir.html#fallbackresource). ### nginx