7 – Yii2: Structuring yii2 files for production
This video will teach you how to restructure your yii2 basic and advance files for production server.
changing from domain.com/frontend/web to domain.com
and domain.com/backend/web to domain.com/admin.
i cannot work to "migrate"
what we need to add in .htaccess (file from frontend).same below ?
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
did you hear about open-server.ru? its better than wamp