Update README.md

This commit is contained in:
Dan Cryer 2013-07-31 11:00:57 +01:00
parent 1a3c45c945
commit 664f0d7d8e

View file

@ -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]