diff --git a/README.md b/README.md index 84c6290..d4253cc 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ 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`. + For *Nginx*, add the following to your server declaration: ```