Hi,
I want to install my website in following directory :
C:\inetpub\wwwroot\myWebSiteYii2
So The root of my website (1st lavel) is into "myWebSiteYii2"
The URL of my home page is : http://127.0.0.10/index.php
So my home page file is C:\inetpub\wwwroot\[color="#8B0000"]myWebSiteYii2[/color]\index.php
But when I installed Yii2.0, my home page is : C:\inetpub\wwwroot\myWebSiteYii2\[color="#8B0000"]web[/color]\index.php
and The URL of my home page is : http://127.0.0.10/[color="#8B0000"]web[/color]/index.php
How I can change this place (127.0.0.10/[color="#8B0000"]web[/color]/index.php) by 127.0.0.10/index.php removing the name ‘[color="#8B0000"]web[/color]’ in URL ?
How can I ?
Do you know if the configuration of my installation is wrong ?
I tried it like as :
on CMD commande
C:\inetpub\wwwroot\myWebSiteYii2>composer create-project --prefer-dist yiisoft/yii2-app-basic
Thanks