Здраствуйте! У меня такая проблема! Регистрирую домен на http://www.v1t.ru/ Вроди все ввожу правельно. Но после он требует прикрепить домен с хостингу. Почитав в интернете об этом нашел следующее
Далее чтобы на сервере размещать суб-домены в htdocs.conf:
<VirtualHost *:80>
DocumentRoot C:/VertrigoServ/www/subdomain1/
ServerName суб1.домен.ру
</VirtualHost>
Прописал выдает ошибку порта 80. До этого все работало отлично! Помогите плиз
И самое главное хостинг на vertrigo
Эта директива <VirtualHost *:80> юзается в файле httpd-vhosts.conf а не в htdocs.conf
Да и если мутишь субдомены, тогда ещё добавляй и пути в файле httpd.conf
<Directory "C:/VertrigoServ/www">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
#
http://httpd.apache.org/docs/2.2/mod/core.html#options # for more information.
#
Options Indexes FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
наподобии этого, где <Directory "C:/VertrigoServ/www"> путь до файлов поддомена, в httpd-vhosts.conf путь тоже должен быть таким же