diff --git a/README.md b/README.md index 9bfc8e751..98cebb9a9 100644 --- a/README.md +++ b/README.md @@ -927,7 +927,7 @@ Multiple rewrites and conditions are also possible rewrite_cond => ['%{HTTP_USER_AGENT} ^MSIE'], rewrite_rule => ['^index\.html$ /index.IE.html [L]'], }, - } + { rewrite_base => /apps/, rewrite_rule => ['^index\.cgi$ index.php', '^index\.html$ index.php', '^index\.asp$ index.html'], },