From 664f0d7d8eb2074701499ea1ad68798c2a1764af Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Wed, 31 Jul 2013 11:00:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]