You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<VirtualHost *:%httpport%>
DocumentRoot "%hostdir%"
ServerName "%host%"
ServerAlias "%host%" %aliases%
ScriptAlias /cgi-bin/ "%hostdir%/cgi-bin/"
</VirtualHost>
<VirtualHost *:80>
ServerName www.yii2-start.domain # You need to change it to your own domain
ServerAlias yii2-start.domain # You need to change it to your own domain
DocumentRoot "%host%"/yii2/yii2-start # You need to change it to your own path
<Directory "%host%"/yii2/yii2-start> # You need to change it to your own path
AllowOverride All
</Directory>
</VirtualHost>
использую open-server
The text was updated successfully, but these errors were encountered:
К сожалению у меня нет под рукой локальной машины на OS Windows по этому точно подсказать не могу. Но возможно переменные неправильно подставляют рут?
Что именно за ошибка у вас всплывает?
Можете попробовать прописать полные пути вручную?
использую open-server
The text was updated successfully, but these errors were encountered: