Linux / UNIX Tech Support Forum
This is a discussion on how to figure out redirected website within the Domain Name Server forums, part of the Mastering Servers category; hey all lets say that i entered no-ip.org(website for domains/ip redirection) and configured that for example nixcraft.com redirects to google.com ...
|
Register free or login to your existing account and remove all advertisements. |
|
|||||||
| Domain Name Server Discussion on domain name server including BIND and other servers. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
hey all
lets say that i entered no-ip.org(website for domains/ip redirection) and configured that for example nixcraft.com redirects to google.com how can a user who does not know that there is a redirection way to figure out that google.com is being redirected to nixcraft.com you'll tell me to use cmd->ping google.com->get the ip and enter it its right for short domains,, not long ones.. for example if i redirected see.helpyourself.com to www.koko.com/~bardinkos/123.html user who enters "see.helpyourself.com" will not be able to know what is the original web path which has been redirected to. is there a way to know? thanks.
__________________
Be to be and not to pee |
| Sponsored Links | ||
|
|
|
||||
|
wget can tell you if it is 301 redirection or something else done using a webserver server side scripting. For e.g.
Code:
wget www.example.com Code:
curl -I www.example.com Code:
curl -I www.cyberciti.biz/rss Code:
HTTP/1.1 301 Moved Permanently Location: http://www.cyberciti.biz/rss/ Date: Mon, 27 Jul 2009 18:05:11 GMT Server: lighttpd
__________________
Vivek Gite Linux Evangelist |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux Website | f0rt | The Hangout | 1 | 07-07-2009 02:01 PM |
| question i cant figure out | computerguru | Ubuntu / Debian | 1 | 11-27-2008 03:57 AM |
| Cron to check a website and restart it if down | permalac | Shell scripting | 3 | 05-16-2008 06:41 PM |
| How to host website using adsl router | zeebala | CentOS / RHEL / Fedora | 2 | 04-01-2008 09:23 PM |
| How to host website using adsl router | zeebala | CentOS / RHEL / Fedora | 0 | 11-29-2007 07:15 PM |