Witam proszę o podowiedz gdzie jest błąd
domena lfg.net.pl
chce stworzyć subdomene np . forum.lfg.net.pl ktorą juz przekierowałem rekordem A na ip serwera
zrobiłem zgodnie z tym poradnikiem
http://biznes-host.pl/help/przypisanie_domeny_do_serwera_vps
plik default
<VirtualHost 185.49.13.3:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www//>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
ServerName lfg.net.pl
</VirtualHost>
i plik subdemeny
<VirtualHost 185.49.13.3:80>
DocumentRoot /var/www/wordpress
ServerName forum.lfg.net.pl
<Directory "/var/www/wordpress">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
plik hosts
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
127.0.0.1 localhost.localdomain localhost
# Auto-generated hostname. Please do not remove this comment.
185.49.13.3 vz16304 vz16304
::1 localhost ip6-localhost ip6-loopback
185.49.13.3 forum.lfg.net.pl localhost
w plikach W pliku /etc/bind/named.conf.local nie mam nic wpisane nie wiem czy to ważne
próbowałem juz rożnych ustawień prawie zawsze kieruje mnie na portal /var/www/