Merge pull request #252 from hitautodestruct/patch-2

Note regarding usage of flight in a subdirectory
pull/268/head
Mike Cao 9 years ago
commit 7f402f805a

@ -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 /subdir/` just after `RewriteEngine On`.
For *Nginx*, add the following to your server declaration:
```

Loading…
Cancel
Save