Difference between #146 and #147 of
Yii v2 snippet guide

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]
[...]
7 0
4 followers
Viewed: 255 253 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Sep 19, 2019
Last updated: 5 months ago
Update Article

Revisions

View all history