{"id":54771,"date":"2018-06-11T20:39:31","date_gmt":"2018-06-11T18:39:31","guid":{"rendered":"https:\/\/samuelchopard.ch\/wiki\/?p=54771"},"modified":"2019-03-18T14:29:17","modified_gmt":"2019-03-18T13:29:17","slug":"redirect-to-another-page-using-php","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/redirect-to-another-page-using-php\/","title":{"rendered":"Redirect to another page using PHP"},"content":{"rendered":"<p><!--more--><br \/>\nCreate a PHP file and add the following code:<\/p>\n<pre class=\"EnlighterJSRAW\">&lt;?php \nheader('Location: mypage.php'); \n?&gt;<\/pre>\n<p>Replace mypage.com by the link you want to redirect visitors to.<\/p>\n<p>When someone will &#8220;visit&#8221; the PHP file in their browser, they will be automatically redirected.<\/p>\n<p>Source: <a target=\"_blank\" href=\"https:\/\/ccm.net\/faq\/9296-php-redirect-to-another-page\">https:\/\/ccm.net\/faq\/9296-php-redirect-to-another-page<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Create a PHP file and add the following code: &lt;?php header('Location: mypage.php'); ?&gt; Replace mypage.com by the link you want [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[211,240],"class_list":["post-54771","post","type-post","status-publish","format-standard","hentry","category-php-tricks","tag-php","tag-redirect"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54771","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=54771"}],"version-history":[{"count":1,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54771\/revisions"}],"predecessor-version":[{"id":54838,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54771\/revisions\/54838"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=54771"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=54771"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=54771"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}