Click to See Complete Forum and Search --> : Point domain name to VPS


eLusive
11-12-2009, 04:18 AM
I have the domain name; traderslink.org.
I purchased it through WhoIs.com, and I have a VPS with Crucial Paradigm.

I'm just wondering if anyone here can provide me a good article, or perhaps a quick pointer, on getting the domain to point to my VPS?

I have two name servers with the VPS, which rs1.reko.in and rs2.reko.in both point to. I have configured TradersLink.org to point to these two name servers. However, it doesn't seem to direct there..

Anyone have any tips? I've been searching since I bought the VPS...

thewebhostingdi
11-12-2009, 11:40 PM
Once you change the nameservers, they may take 24-72 hours to propagate across the globe.

eLusive
11-14-2009, 04:00 AM
They haven't propagated yet.
As a little info; the URLs rs1. and rs2.reko.in were created as A records using the WhoIs DNS service.

My VirtualHost in httpd.conf is as followed..
<VirtualHost *:80>
DocumentRoot /var/www/html/tl
ServerName www.traderslink.org
ServerAlias traderslink.org *.traderslink.org
</VirtualHost>

Thanks x

thewebhostingdi
11-15-2009, 12:46 AM
The nameservers should be ns1.reko.in and ns2.reko.in. You will have to check the error logs for the exact error message.