From 21a4fb69dcc3c5a5080197450c41361210259b44 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Igor=20Gali=C4=87?=
FallbackResource not-404.php
+ FallbackResource /not-404.php
will cause requests for non-existent files to be handled by
not-404.php
, while requests for files that exist
@@ -183,7 +183,7 @@ a directory
-d
tests for file and directory existence. This now
requires only one line of configuration.
FallbackResource index.php
+ FallbackResource /index.php
Existing files, such as images, css files, and so on, will be served normally.
@@ -193,7 +193,7 @@ a directory
<Directory /web/example.com/htdocs/blog>
- FallbackResource /blog/index.php
+ FallbackResource /blog/index.php
</Directory>
--
2.40.0