Yii v2 snippet guide

Comparing #148 with #149

Revision #149 was created by rackycz rackycz on Oct 6, 2019, 9:46:38 PM.

web folder

Content

[...]
Note that **Yii::$app->request->baseUrl** returns "/myProject/web". No trailing slash.

**How to redirect web to subfolder /web**
---
Note: If you are using the advanced demo app, [this](https://stackoverflow.com/questions/37451324/how-to-change-base-url-and-enable-prettyurl-in-yii2) link can be interesting for you.
 
 
Yii 2 has the speciality that index.php is hidden in the web folder. I didnt find in the official documentation the important info - how to hide the folder, because user is not interested in it ...

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

Now you will need 2 files named .htaccess
[...]