problem z instalacją yii2

Witam

Mam problem z Yii2, instalowałem wg dokumentacji:

https://github.com/phundament/docs/blob/master/6-tutorials/installation-composer.md




composer global require "fxp/composer-asset-plugin:1.1.*"

composer create-project --stability=beta phundament/app myapp






cd myapp

cp .env-dist .env

edit .env






./yii migrate --interactive=0

./yii app/setup-admin-user --interactive=0



Open http://path-to-app/web or http://path-to-app/web?r=admin in your browser.

Jak wchodzę w localhost/myapp/web to przekierowuje mnie od razu do localhost/en i wyświetla komunikat:

The requested URL /en was not found on this server.

Proszę o pomoc

Może ten post Ci pomoże Instalacja Yii2 basic na Linux