From af6afc6786a429065bc938168ac8a7f0e3ffa57f Mon Sep 17 00:00:00 2001 From: hitautodestruct Date: Mon, 28 Mar 2016 22:18:58 +0300 Subject: [PATCH] Changed flight to dir subdir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4253cc..4f9ae16 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [QSA,L] ``` -**Note**: If you need to use flight in a subdirectory add the line `RewriteBase /flight/` just after `RewriteEngine On`. +**Note**: If you need to use flight in a subdirectory add the line `RewriteBase /subdir/` just after `RewriteEngine On`. For *Nginx*, add the following to your server declaration: