diff --git a/README.md b/README.md index 3b08e3c2..917ec901 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ _**Please be aware that PHPCI is a beta-release project, so whilst it is very st **Apache Example**: RewriteEngine On - RewriteBase /path-to-phpci + RewriteBase /path-to-phpci/public RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*)? index.php [L,E=PATH_INFO:/$1]