jes
MyBroadband Alumnus
- Joined
- Nov 11, 2009
- Messages
- 11,992
- Reaction score
- 123
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I wouldn't call it "teething problems"... That's what beta testing is for.
Yet the site still doesn't redirect properly if you don't punch in the www.
Seriously, this take two minutes to fix.
Re-engineer is quite a big word to be used here and since they did use the word, they acknowledged that they are quite terrible at engineering things.
Yet the site still doesn't redirect properly if you don't punch in the www.
Seriously, this take two minutes to fix.
Yet the site still doesn't redirect properly if you don't punch in the www.
Seriously, this take two minutes to fix.
I offer DNS admin services for R3999.95 / record. Wonder if they are interested.
You're the two guys who probably set it up for them then, since it aint a DNS problem:
$ nslookup mtn.co.za
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: mtn.co.za
Address: 196.11.240.215
$ nslookup www.mtn.co.za
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: www.mtn.co.za
Address: 196.11.240.215
You're the two guys who probably set it up for them then, since it aint a DNS problem:
$ nslookup mtn.co.za
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: mtn.co.za
Address: 196.11.240.215
$ nslookup www.mtn.co.za
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: www.mtn.co.za
Address: 196.11.240.215
thats exactly the problem... you don't route subdomains to the same ip even if www is usually sent there. you route subdomains to a load-balancer / routing script in a different datacenter and from there to your destination of choice. what happens if mtn.co.za goes down in your case? does mail. www. ftp. mahalaphones. also go down? why yes.. it does... whereas if you resolve your subdomains to a seperate IP.. not only don't you have to wait for global DNS cache updates every time you make a change... but you can also route subdomains on the fly... but wait.. theres more... because then it enables you route to a landing/error/sorry we are offline page whilst the datacenter fetishists goes and figures out why mtn.co.za blew up...
Think they watching this thread,redirect problem seems fixed
Can we invoice them?Think they watching this thread,redirect problem seems fixed
Yet the site still doesn't redirect properly if you don't punch in the www.
Seriously, this take two minutes to fix.