Yii v2 snippet guide

Comparing #120 with #121

Revision #121 was created by rackycz rackycz on Oct 4, 2019, 7:12:04 AM.

nice urls

Content

[...]
Details can be found here [https://www.yiiframework.com/doc/guide/2.0/en/security-authorization](https://www.yiiframework.com/doc/guide/2.0/en/security-authorization).

**Nice URLs**
---
Just uncomment section "urlManager" in config/web.php .. htaccess file is already included in the basic demo.
 In case of problems see [this link](https://stackoverflow.com/questions/26525320/enable-clean-url-in-yii2).

**How to redirect web to subfolder /web**
---
... to be added on Friday ...
[...]