sebonlien / bitly-api

Automatically exported from code.google.com/p/bitly-api
0 stars 0 forks source link

bit.ly redirection issue - Need help! #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem (provide an exact http api call where
appropriate)?
1. http://edetroit.co/blog/downtown-detroit-renovations-dont-call-it-a-comeback/
2. When I reload the page it redirects to bit.ly
3.

What is the expected output? What do you see instead?

Here are the dig results: 

; <<>> DiG 9.4.3-P2 <<>> +norecurse @174.132.147.189 edetroit.co any
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42962
;; flags: qr aa; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 4
;; QUESTION SECTION:
;edetroit.co.    IN ANY
;; ANSWER SECTION:
edetroit.co.        14400   IN  TXT "v=spf1 a mx include:websitewelcome.com ~all"
edetroit.co.        14400   IN  MX  0 edetroit.co.
edetroit.co.        86400   IN  SOA ns867.websitewelcome.com. joshua.mango.gmail.com. 
2011123000 86400 7200 3600000 86400
edetroit.co.        86400   IN  NS  ns868.websitewelcome.com.
edetroit.co.        86400   IN  NS  ns867.websitewelcome.com.
edetroit.co.        14400   IN  A   174.132.147.189
edetroit.co.        14400   IN  A   69.58.188.49
;; ADDITIONAL SECTION:
edetroit.co.        14400   IN  A   69.58.188.49
edetroit.co.        14400   IN  A   174.132.147.189
ns867.websitewelcome.com. 14400 IN  A   174.132.147.162
ns868.websitewelcome.com. 14400 IN  A   174.132.147.163

What version of the product are you using? On what operating system?

Windows 7

Please provide any additional information below.

I don't want to have a shortened URL, I just want to disassociate the 
69.58.188.49 address from my server. I need instructions on how to do that.

Thanks
Josh

Original issue reported on code.google.com by joshua.m...@gmail.com on 30 Dec 2011 at 3:17