Hmm, it does appear that there’s something wrong with the ioncube loader that’s being used, but I don’t think that’s the cause of the issue you’re seeing at the moment.
Can you verify in $HOME/logs/access_log, that you can see the incoming connection attempt from your IP address, when you try to access the website?
Also, is there a .htaccess file in your public_html folder? If so, do you see the same problem if you try moving it elsewhere?
And lastly, do you receive the same error if you add “/index.html” to the end of the domain name you’re browsing to?
and what I got - apparently my hostname was written with an “y” - myVPS14748.tracking-net.comy (see below) - from where can I correct this error?
service httpd restart
Stopping httpd: [ OK ]
Starting httpd: httpd: apr_sockaddr_info_get() failed for myVPS14748.tracking-net.comy
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
and finally when I try to add the second name server - respectively ns2.tracking-net.com in the Bind Server I get the following error:
Failed to apply changes : Failed to start BIND : Starting named: Error in named configuration: zone
localhost.localdomain/IN: loaded serial 0 zone localhost/IN: loaded serial 0 zone
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 0 zone
1.0.0.127.in-addr.arpa/IN: loaded serial 0 zone 0.in-addr.arpa/IN: loaded serial 0 zone tracking-net.com
/IN: NS 'ns2.tracking-net.com' has no address records (A or AAAA) zone tracking-net.com/IN: not loaded
due to errors. _default/tracking-net.com/IN: bad zone [FAILED]
So I got to reverse the change and have only one name server ns1.tracking-net.com.
Could you try accessing /index.html on that particular domain, and then show us the logs that are generated in $HOME/logs/access_log?
The issue you’re seeing with your hostname doesn’t appear to be related to this particular issue… I’d suggest solving your original problem first (or opening a new Forum post for your hostname issue), that will help us keep the various topics separate. Thanks!