From cb92032a75e1b1bc61ca1e48b58eb0fbd32216d8 Mon Sep 17 00:00:00 2001 From: Roman Hochuli Date: Fri, 27 Dec 2019 17:52:28 +0100 Subject: [PATCH] fix redirection issue --- content/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/quickstart.md b/content/quickstart.md index b6553ad..ad02d82 100644 --- a/content/quickstart.md +++ b/content/quickstart.md @@ -44,7 +44,7 @@ an Apache VHost with a config like the following: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^ index.php [QSA,L] + RewriteRule ^ /api/index.php [QSA,L]