Skip to content

Commit 485d57f

Browse files
doppelreimposva
authored andcommitted
docs: change example for apache-config (#2091)
Closes #2090 * change example for apache-config This is a PR for issue #2090 Instead of using `mod_rewrite`, it may be possible to use `FallbackResource` (see https://httpd.apache.org/docs/2.4/mod/mod_dir.html#fallbackresource). That would be more concise and would not depend on `mod_rewrite`. Disclaimer: I just started with vue and am not an expert with apache :) * revert to original example, add fyi-notice
1 parent 4a9470e commit 485d57f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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+
Instead of `mod_rewrite`, you could also use [`FallbackResource`](https://httpd.apache.org/docs/2.2/mod/mod_dir.html#fallbackresource).
3435

3536
#### nginx
3637

0 commit comments

Comments
 (0)