diff --git a/README.md b/README.md index b88d25c..68974d1 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,7 @@ project and you should be ready to go! It should look something like below: DirectoryIndex index.php AllowOverride All - Order allow,deny - Allow from all + Require all granted diff --git a/config/application.config.php b/config/application.config.php index b8eb04c..1898813 100644 --- a/config/application.config.php +++ b/config/application.config.php @@ -13,6 +13,9 @@ $datapath = "data"; if( ! empty($appconfdir) ){ $confpaths[] = $appconfdir.'/local.php'; $datapath = $appconfdir.'/data'; + if(!is_dir($datapath.'/cache')){ + mkdir($datapath.'/cache'); + } } return array(