Yii v2 snippet guide

Comparing #150 with #151

Revision #151 was created by rackycz rackycz on Oct 6, 2019, 9:53:29 PM.

web folder

Content

[...]
Our demo application is placed in folder:
- C:\xampp\htdocs\basic\web\index.php

Now you will need 2 files named .htaccess
- C:\xampp\htdocs\basic\web\
\.htaccess - C:\xampp\htdocs\basic\\.htaccess

The first one is mentioned in chapter **Nice URLs**.
The second is much simpler:

```
[...]