mam dokładnie ten sam problem. http://urllow.com/3v pokazuje blocked.
support mówi "VPS przedstawia się jako maszyna typu localhost a nie maszyna stojąca w serwerowni"
etc/hosts:
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters[/font][/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif][font=helvetica, arial, sans-serif]127.0.0.1 localhost.localdomain localhost
# Auto-generated hostname. Please do not remove this comment.
192.166.218.254 ddaapp.uh.net.pl ddaapp os.nazwadomeny.pl
::1 localhost ip6-localhost ip6-loopback[/font][/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif][font=helvetica, arial, sans-serif]
a dodatkowo
/etc/apache2/sites-enabled/000-default
<VirtualHost *:80>
DocumentRoot /home/os
ServerName os.domena.pl
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /home/os/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
pomysły?