{"id":592,"date":"2013-09-04T22:12:56","date_gmt":"2013-09-04T20:12:56","guid":{"rendered":"http:\/\/sam-soul.fr\/Info\/?p=592"},"modified":"2013-09-04T22:12:56","modified_gmt":"2013-09-04T20:12:56","slug":"redirection-durl","status":"publish","type":"post","link":"http:\/\/les-fougs.com\/wordpress\/2013\/09\/04\/redirection-durl\/","title":{"rendered":"Redirection d&rsquo;URL"},"content":{"rendered":"<p>J&rsquo;ai ajout\u00e9 dans le fichier www\/WordPress3\/index.php<\/p>\n<pre>&lt;?php\n\/**\n * Front to the WordPress application. This file doesn't do anything, but loads\n * wp-blog-header.php which does and tells WordPress to load the theme.\n *\n * @package WordPress\n *\/\n\n\/**\n * Tells WordPress to load the WordPress theme and output it.\n *\n * @var bool\n *\/\n<span style=\"color: #ff0000;\"><strong>header(\"Status: 301 Moved Permanently\", false, 301);\nheader(\"Location: http:\/\/www.sam-soul.fr\/index.html\");\nexit();<\/strong><\/span>\ndefine('WP_USE_THEMES', true);\n\n\/** Loads the WordPress Environment and Template *\/\nrequire('.\/wp-blog-header.php');<\/pre>\n<p>et \/ ou dans le fichier header.php<\/p>\n<pre>&lt;!DOCTYPE html&gt;\n&lt;html &lt;?php language_attributes(); ?&gt;&gt;\n&lt;head&gt;\n&lt;meta charset=\"&lt;?php bloginfo( 'charset' ); ?&gt;\" \/&gt;\n&lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/&gt;\n&lt;title&gt;&lt;?php wp_title('|', true, 'left'); ?&gt;&lt;\/title&gt;\n&lt;link rel=\"profile\" href=\"http:\/\/gmpg.org\/xfn\/11\" \/&gt;\n&lt;link rel=\"pingback\" href=\"&lt;?php bloginfo( 'pingback_url' ); ?&gt;\" \/&gt;\n<span style=\"color: #ff0000;\"><strong>header(\"Status: 301 Moved Permanently\", false, 301);<\/strong><\/span>\n<strong>header(\"Location: http:\/\/www.sam-soul.fr\/index.html\");<\/strong>\n<strong>exit();<\/strong>\n&lt;?php wp_head(); ?&gt;\n&lt;\/head&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>J&rsquo;ai ajout\u00e9 dans le fichier www\/WordPress3\/index.php &lt;?php \/** * Front to the WordPress application. This file doesn&rsquo;t do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress *\/ \/** * Tells WordPress to load the WordPress theme and output it. * * @var bool *\/ header(&laquo;&nbsp;Status: &hellip; <a href=\"http:\/\/les-fougs.com\/wordpress\/2013\/09\/04\/redirection-durl\/\" class=\"more-link\">Continuer la lecture<span class=\"screen-reader-text\"> de &laquo;&nbsp;Redirection d&rsquo;URL&nbsp;&raquo;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[31],"tags":[],"_links":{"self":[{"href":"http:\/\/les-fougs.com\/wordpress\/wp-json\/wp\/v2\/posts\/592"}],"collection":[{"href":"http:\/\/les-fougs.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/les-fougs.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/les-fougs.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/les-fougs.com\/wordpress\/wp-json\/wp\/v2\/comments?post=592"}],"version-history":[{"count":0,"href":"http:\/\/les-fougs.com\/wordpress\/wp-json\/wp\/v2\/posts\/592\/revisions"}],"wp:attachment":[{"href":"http:\/\/les-fougs.com\/wordpress\/wp-json\/wp\/v2\/media?parent=592"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/les-fougs.com\/wordpress\/wp-json\/wp\/v2\/categories?post=592"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/les-fougs.com\/wordpress\/wp-json\/wp\/v2\/tags?post=592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}