Page 1 of 1

How did I redirected a page?

Posted: Sat Jun 16, 2012 2:11 pm
by wvoyance
I had a website built on free website hosting.
Sometimes ago I redirected to another address.
But I forgot how did I do that.
I want to remove the redirect now.
Is there anyway to find out how did I redirected it, for instance look at firefox http header?

Re: How did I redirected a page?

Posted: Sat Jun 16, 2012 4:27 pm
by Christopher
Did you to the "redirect" with DNS or with a page?

Re: How did I redirected a page?

Posted: Sat Jun 16, 2012 7:15 pm
by wvoyance
Christopher wrote:Did you to the "redirect" with DNS or with a page?
presumably, page. DNS is not belong to the website, and is out of my control.

Re: How did I redirected a page?

Posted: Sat Jun 16, 2012 11:21 pm
by chopWood
I think what Christopher is asking is whether you did a "DNS redirect" which would require you to log into your account where you have your site hosted and click on the links that eventually get you to a place where you can type in an alternative IP number (web address) number to where you want traffic directed to.

Or you could have put an "index.html" or "index.php" page with a redirect command to your alternate website address.

Re: How did I redirected a page?

Posted: Sun Jun 17, 2012 8:19 am
by wvoyance
chopWood wrote:I think what Christopher is asking is whether you did a "DNS redirect" which would require you to log into your account where you have your site hosted and click on the links that eventually get you to a place where you can type in an alternative IP number (web address) number to where you want traffic directed to.

Or you could have put an "index.html" or "index.php" page with a redirect command to your alternate website address.
If I can remember what I did, I won't need to find out a way to detect it.

But, anyway, I have found out how did I did that.
I used head (); in index.php
as someone here suggested to me a few days ago.
:roll: 8O