Docs

Adding a website

Add a website

You need to

Для добавления нового сайта в Winginx нужно создать новый проект.

Создание проекта основано на выборе шаблона - от пустого сайта до готовой CMS из бесплатного магазина веб-приложений. Теперь шаблоны могут быть не только загружаемые из интернета, но и локальные (на вашем компьютере). При неободимости можно настроить дополнительные параметры веб-проекта (папку веб-сайта, кодировку ответов сервера, версию PHP).

По завершению работы мастера создания сайта, доменное имя будет добавлено в файл hosts, о чем будет соответствующий запрос-подтверждения на выполнения данной операции с правами администратора.

The following explains how to add a website manually

To add a new website (virtual host) to Winginx, please make a folder inwinginx\home\ and name it with domain name of a future local website, and make inside a public_html folder.

An example: we want to create a website site.local, domain name (TLD) is .local. Then, we need to make a foldre winginx\home\site.local\public_html\. Put a file namd index.html, say, with this content: 'Welcome, I am site.local'.

Winginx is configured to work with multiple sites, you don't need to restart web server.

However, the site.local domain does not exist in the world. So, you need to tell your computer about that domain (this is some kind of DNS deception, but only on a local level). To do this, run HostsEditor and click 'Add Domain' on the toolbar.

Let the IP be 127.0.0.1. Domain name must be filled with site.local.

Click the 'OK' button, and the 'Save' button on the toolbar.

Type in a browser a URL http://site.local/. If you have got the content of index.html, it is OK :)

Otherwise, check if Winginx is running.

Winginx © Alexei Shabalin, 2011-2023