From bacfaec841845fc2807886c6b9d8e3b5e4379f1d Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Wed, 14 May 2014 00:14:44 +0530 Subject: [PATCH] Updated doc with new feature additions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index aed6491..c3fce44 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,13 @@ http://domain/app All other aspects of the app configuration remain the same as the **yii2-basic** app. The original `assets` folder in the approot is renamed to `assets_b`, while the `web/assets` folder moves to app root. +SOME KEY ADDITIONS +------------------- + +1. The template has some security preconfigured for users with Apache web servers. It has a default `.htaccess` security configuration setup. +2. The template has prettyUrl enabled by default and the changes have been made to `.htaccess` as well as `urlManager` + component config in the common config directory. + DIRECTORY STRUCTURE -------------------