Revision #151 has been created by rackycz on Oct 6, 2019, 9:53:29 PM with the memo:
web folder
« previous (#150) next (#152) »
Changes
Title
unchanged
Yii v2 snippet guide
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,beginner,yii2
Content
changed
[...]
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:
```[...]