{"id":1490,"date":"2022-06-18T16:50:55","date_gmt":"2022-06-18T16:50:55","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=1490"},"modified":"2022-06-18T16:50:59","modified_gmt":"2022-06-18T16:50:59","slug":"how-to-find-common-redirect-sources","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/","title":{"rendered":"How-To Find Common Redirect Sources"},"content":{"rendered":"\n<p>Introduction<\/p>\n\n\n\n<p>In some cases, you may see a redirect on your domain name that you are not sure of the source of. In some instances, you can find the source of this redirect via the headers of the site. This can be easily done via the CURL command over SSH.&nbsp;<\/p>\n\n\n\n<p>Procedure<\/p>\n\n\n\n<p>To&nbsp; do this, please follow these steps:&nbsp;<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Log into your server via SSH<\/li><li>Run the following command.<\/li><\/ol>\n\n\n\n<p>curl -i yourdomainname.com<\/p>\n\n\n\n<p>Once&nbsp; the above command is ran, you will see output similiar to the following:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[root@server ~]# curl -I yourdomain.com\nHTTP\/1.1 303 See Other\nDate: Fri, 23 Jul 2021 05:04:24 GMT\nServer: Apache\nX-Redirect-By: WordPress\nContent-Language: en\nLocation: https:\/\/yourdomain.com\nContent-Type: text\/html; charset=UTF-8\n<\/pre>\n\n\n\n<p>In the above output, the important line contains &#8220;X-Redirect-By&#8221;. This is the source of the redirection if there is one found. Most common CMS&#8217;s will use the X-Redirect-By header to indicate a source of a redirect. Some common CMS X-Redirect-By headers look as follows:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>X-Redirect-By: WordPress<\/li><li>X-Redirect-By: Joomla<\/li><li>X-Redirect-By: Moodle<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Introduction In some cases, you may see a redirect on your domain name that you are not sure of the source of. In some instances, you can find the source of this redirect via the headers of the site. This can be easily done via the CURL command over SSH.&nbsp; Procedure To&nbsp; do this, please ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1490","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How-To Find Common Redirect Sources - PheonixSolutions Knowledge-Base<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How-To Find Common Redirect Sources - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"Introduction In some cases, you may see a redirect on your domain name that you are not sure of the source of. In some instances, you can find the source of this redirect via the headers of the site. This can be easily done via the CURL command over SSH.&nbsp; Procedure To&nbsp; do this, please ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2022-06-18T16:50:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-18T16:50:59+00:00\" \/>\n<meta name=\"author\" content=\"vijender\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"vijender\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/06\\\/18\\\/how-to-find-common-redirect-sources\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/06\\\/18\\\/how-to-find-common-redirect-sources\\\/\"},\"author\":{\"name\":\"vijender\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/7e483f3adf4e0c18f959adcaf9ea3f3d\"},\"headline\":\"How-To Find Common Redirect Sources\",\"datePublished\":\"2022-06-18T16:50:55+00:00\",\"dateModified\":\"2022-06-18T16:50:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/06\\\/18\\\/how-to-find-common-redirect-sources\\\/\"},\"wordCount\":148,\"commentCount\":0,\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/06\\\/18\\\/how-to-find-common-redirect-sources\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/06\\\/18\\\/how-to-find-common-redirect-sources\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/06\\\/18\\\/how-to-find-common-redirect-sources\\\/\",\"name\":\"How-To Find Common Redirect Sources - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"datePublished\":\"2022-06-18T16:50:55+00:00\",\"dateModified\":\"2022-06-18T16:50:59+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/7e483f3adf4e0c18f959adcaf9ea3f3d\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/06\\\/18\\\/how-to-find-common-redirect-sources\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/06\\\/18\\\/how-to-find-common-redirect-sources\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/06\\\/18\\\/how-to-find-common-redirect-sources\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How-To Find Common Redirect Sources\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\",\"name\":\"PheonixSolutions Knowledge-Base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/7e483f3adf4e0c18f959adcaf9ea3f3d\",\"name\":\"vijender\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/29c5aebbdf439bbeaeea52d1cf1a0166768889fd6238deb28b6851eebb2cfb32?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/29c5aebbdf439bbeaeea52d1cf1a0166768889fd6238deb28b6851eebb2cfb32?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/29c5aebbdf439bbeaeea52d1cf1a0166768889fd6238deb28b6851eebb2cfb32?s=96&d=mm&r=g\",\"caption\":\"vijender\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/author\\\/vijender\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How-To Find Common Redirect Sources - PheonixSolutions Knowledge-Base","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/","og_locale":"en_US","og_type":"article","og_title":"How-To Find Common Redirect Sources - PheonixSolutions Knowledge-Base","og_description":"Introduction In some cases, you may see a redirect on your domain name that you are not sure of the source of. In some instances, you can find the source of this redirect via the headers of the site. This can be easily done via the CURL command over SSH.&nbsp; Procedure To&nbsp; do this, please ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2022-06-18T16:50:55+00:00","article_modified_time":"2022-06-18T16:50:59+00:00","author":"vijender","twitter_card":"summary_large_image","twitter_misc":{"Written by":"vijender","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/"},"author":{"name":"vijender","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/7e483f3adf4e0c18f959adcaf9ea3f3d"},"headline":"How-To Find Common Redirect Sources","datePublished":"2022-06-18T16:50:55+00:00","dateModified":"2022-06-18T16:50:59+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/"},"wordCount":148,"commentCount":0,"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/","name":"How-To Find Common Redirect Sources - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"datePublished":"2022-06-18T16:50:55+00:00","dateModified":"2022-06-18T16:50:59+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/7e483f3adf4e0c18f959adcaf9ea3f3d"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/06\/18\/how-to-find-common-redirect-sources\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How-To Find Common Redirect Sources"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/","name":"PheonixSolutions Knowledge-Base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/7e483f3adf4e0c18f959adcaf9ea3f3d","name":"vijender","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/29c5aebbdf439bbeaeea52d1cf1a0166768889fd6238deb28b6851eebb2cfb32?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/29c5aebbdf439bbeaeea52d1cf1a0166768889fd6238deb28b6851eebb2cfb32?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/29c5aebbdf439bbeaeea52d1cf1a0166768889fd6238deb28b6851eebb2cfb32?s=96&d=mm&r=g","caption":"vijender"},"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/author\/vijender\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1490","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=1490"}],"version-history":[{"count":2,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1490\/revisions"}],"predecessor-version":[{"id":1492,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1490\/revisions\/1492"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=1490"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=1490"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=1490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}