Revision #147 has been created by rackycz on Oct 6, 2019, 9:40:17 PM with the memo:
web folder
« previous (#146) next (#148) »
Changes
Title
unchanged
Yii v2 snippet guide
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,beginner,yii2
Content
changed
[...]
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:
```
RewriteEngine on
RewriteRule ^(.*)$ web/$1 [L][...]