{"id":267,"date":"2009-01-23T16:30:59","date_gmt":"2009-01-23T21:30:59","guid":{"rendered":"http:\/\/jianmingli.com\/wp\/?p=267"},"modified":"2013-11-13T14:47:24","modified_gmt":"2013-11-13T19:47:24","slug":"redirect-web-page","status":"publish","type":"post","link":"https:\/\/jianmingli.com\/wp\/?p=267","title":{"rendered":"Redirect Web Page"},"content":{"rendered":"<div class='toc wptoc'>\n<h2>Contents<\/h2>\n<ol class='toc-odd level-1'>\n\t<li>\n\t\t<a href=\"#HTTP_meta_Tag\">HTTP meta Tag<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"#JSP\">JSP<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"#PHP\">PHP<\/a>\n\t<\/li>\n<\/ol>\n<\/ol>\n<\/div>\n<div class='wptoc-end'>&nbsp;<\/div>\n<span id=\"HTTP_meta_Tag\"><h2>HTTP meta Tag<\/h2><\/span>\n<pre lang=\"xml\">\r\n<html>\r\n<head>\r\n<meta HTTP-EQUIV=\"REFRESH\" content=\"0; url=http:\/\/www.yourdomain.com\/index.html\">\r\n<\/head>\r\n<\/html>\r\n<\/pre>\n<span id=\"JSP\"><h2>JSP<\/h2><\/span>\n<pre lang=\"xml\">\r\n<html>\r\n<head>\r\n<title>Redirect Page<\/title>\r\n<\/head>\r\n<body>\r\n<%\r\n   \/\/ New location to be redirected\r\n   String site = new String(\"http:\/\/www.yourdomain.com\/index.html\");\r\n   response.setStatus(response.SC_MOVED_TEMPORARILY);\r\n   response.setHeader(\"Location\", site);\r\n%>\r\n<\/body>\r\n<\/html>\r\n\r\n<\/pre>\n<span id=\"PHP\"><h2>PHP<\/h2><\/span>\n<pre lang=\"xml\">\r\n<?php\r\nheader('location: http:\/\/url\/f.html');\r\nexit();\r\n?>\r\n<\/pre>\n<p>or:<\/p>\n<pre lang=\"xml\">\r\n<?php\r\necho \"<script>document.location.href='news.php'<\/script>\";\r\n?>\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>HTTP meta Tag JSP Redirect Page PHP or:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[38,20],"tags":[],"class_list":["post-267","post","type-post","status-publish","format-standard","hentry","category-html","category-php"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8cRUO-4j","_links":{"self":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/267","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=267"}],"version-history":[{"count":4,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/267\/revisions"}],"predecessor-version":[{"id":9424,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/267\/revisions\/9424"}],"wp:attachment":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=267"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=267"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=267"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}