ВК
Size: a a a
ВК
BI
BI
M
ГП
Options +FollowSymLinks
П
BI
ГП
RewriteCond %{REQUEST_URI} !^/(web)
AA
ГП
RewriteCond %{REQUEST_URI} !^/(web)
RewriteRule ^assets/(.*)$ /web/assets/$1 [L]
RewriteRule ^css/(.*)$ web/css/$1 [L]
RewriteRule ^js/(.*)$ web/js/$1 [L]
RewriteRule ^images/(.*)$ web/images/$1 [L]
RewriteRule (.*) /web/$1
M
IB
yii\web\Response::xSendFile()
ГП
<?php $form = ActiveForm::begin(); ?>
<?= $form->field($model_singin, 'username')->textInput(['autofocus' => true]) ?>
<?= $form->field($model_singin, 'password')->passwordInput() ?>
<div class="form-group">
<input type="submit" value="Войти">
</div>
<?php ActiveForm::end(); ?>
IB
RY
Д
RY
RY
Д