{"id":145458,"date":"2021-08-11T02:18:04","date_gmt":"2021-08-11T02:18:04","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/tg-404-site-checker\/"},"modified":"2024-10-17T02:58:37","modified_gmt":"2024-10-17T02:58:37","slug":"tg-404-site-checker","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/tg-404-site-checker\/","author":18850445,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.2","stable_tag":"1.2","tested":"6.6.5","requires":"","requires_php":"","requires_plugins":null,"header_name":"404 Site Checker","header_author":"Tenseg LLC","header_description":"Check another site for the requested path and redirect there during 404.","assets_banners_color":"","last_updated":"2024-10-17 02:58:37","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/www.tenseg.net\/software\/404sitechecker","header_author_uri":"https:\/\/www.tenseg.net","rating":0,"author_block_rating":0,"active_installs":0,"downloads":6477,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0.4":{"tag":"1.0.4","author":"tenseg","date":"2021-08-11 02:15:08"},"1.0.5":{"tag":"1.0.5","author":"tenseg","date":"2022-05-06 15:22:32"},"1.1":{"tag":"1.1","author":"tenseg","date":"2022-10-22 18:29:49"},"1.1.1":{"tag":"1.1.1","author":"tenseg","date":"2024-07-02 20:11:52"},"1.2":{"tag":"1.2","author":"tenseg","date":"2024-10-17 02:58:37"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2581586,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2581586,"resolution":"256x256","location":"assets","locale":""},"icon.svg":{"filename":"icon.svg","revision":2581586,"resolution":false,"location":"assets","locale":false}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.4","1.0.5","1.1","1.1.1","1.2"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[905,93,925],"plugin_category":[],"plugin_contributors":[202092],"plugin_business_model":[],"class_list":["post-145458","plugin","type-plugin","status-closed","hentry","plugin_tags-905","plugin_tags-errors","plugin_tags-redirection","plugin_contributors-tenseg","plugin_committers-tenseg"],"banners":[],"icons":{"svg":"https:\/\/ps.w.org\/tg-404-site-checker\/assets\/icon.svg?rev=2581586","icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/tg-404-site-checker.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin will look at another site you specify whenever a 404 error occurs and check if the requested path is there. If the path is found, it will redirect there rather than show the WP 404 page.<\/p>\n\n<p>This is particularly useful to silently redirect over to an archival copy of a website when a major redesign has been done.<\/p>\n\n<p>More information about this plugin can be found <a href=\"https:\/\/www.tenseg.net\/software\/404sitechecker\">on its homepage<\/a>.<\/p>\n\n<!--section=installation-->\n<p>Once the plugin is installed and activated follow the on-screen prompt to set the URL of the site to check against. The prompt takes you to the Settings &gt; 404 Site Checker screen in the Dashboard, which has a field for you to enter the URL of the site to check against.<\/p>\n\n<p>If you are using this on a WordPress Multisite Network install where all sites should share one check site, you may prefer setting the check site in your <code>wp-config.php<\/code> file using the following code:<\/p>\n\n<blockquote>\n  <p>define('TG_404_CHECK_SITE', 'https:\/\/example.com');<\/p>\n<\/blockquote>\n\n<p>The plugin will always use what is defined in <code>wp-config.php<\/code> if it is found. So if you have a check site set both ways, the one set from the 404 Site Checker screen will be ignored.<\/p>\n\n<!--section=changelog-->\n<h4>1.2 - 2024-10-16<\/h4>\n\n<ul>\n<li>Move updates to Github<\/li>\n<\/ul>\n\n<h4>1.1.1 - 2022-11-04<\/h4>\n\n<ul>\n<li>Fix for fatal error seen by new users on settings page<\/li>\n<\/ul>\n\n<h4>1.1 - 2022-08-17<\/h4>\n\n<ul>\n<li>Support an array of check sites in the define statement (<a href=\"https:\/\/bitbucket.org\/tenseg\/tg-404-site-checker\/issues\/12\/support-multiple-check-sites\">#12<\/a>)<\/li>\n<\/ul>\n\n<h4>1.0.5 - 2021-08-11<\/h4>\n\n<ul>\n<li>Made assorted cleanup fixes to the page for this plugin on WordPress.org (<a href=\"https:\/\/bitbucket.org\/tenseg\/tg-404-site-checker\/issues\/6\/readmetxt-fixes-for-plugins-directory-page\">#6<\/a>)<\/li>\n<li>Unified plugin name with settings screen title (<a href=\"https:\/\/bitbucket.org\/tenseg\/tg-404-site-checker\/issues\/7\/remove-tg-from-plugin-name\">#7<\/a>)<\/li>\n<li>Added an icon for the plugin (<a href=\"https:\/\/bitbucket.org\/tenseg\/tg-404-site-checker\/issues\/9\/custom-icon\">#9<\/a>)<\/li>\n<\/ul>\n\n<h4>1.0.4 - 2021-08-10<\/h4>\n\n<ul>\n<li>Now using WP HTTP library (<a href=\"https:\/\/bitbucket.org\/tenseg\/tg-404-site-checker\/issues\/3\/using-curl-instead-of-http-api\">#3<\/a>)<\/li>\n<li>Properly escaping variables (<a href=\"https:\/\/bitbucket.org\/tenseg\/tg-404-site-checker\/issues\/4\/variables-and-options-must-be-escaped-when\">#4<\/a>)<\/li>\n<li>Using a text domain (<a href=\"https:\/\/bitbucket.org\/tenseg\/tg-404-site-checker\/issues\/5\/plugin-permalink-does-not-match-text\">#5<\/a>)<\/li>\n<li>Numerous other tweaks to support submission to WordPress.org and to unify reused code<\/li>\n<\/ul>\n\n<h4>1.0.3 - 2021-08-07<\/h4>\n\n<ul>\n<li>Changed the title of the plugin in its settings screen<\/li>\n<\/ul>\n\n<h4>1.0.2 - 2021-08-05<\/h4>\n\n<ul>\n<li>Added an admin notice for when the check site is not configured (<a href=\"https:\/\/bitbucket.org\/tenseg\/tg-404-site-checker\/issues\/2\/inactive-warning\">#2<\/a>)<\/li>\n<\/ul>\n\n<h4>1.0.1 - 2021-08-05<\/h4>\n\n<ul>\n<li>Added a settings screen (<a href=\"https:\/\/bitbucket.org\/tenseg\/tg-404-site-checker\/issues\/1\/configuration-page\">#1<\/a>)<\/li>\n<\/ul>\n\n<h4>1.0.0 - 2021-08-05<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"When you get a 404 this will check the requested path at a site you define and redirect there if found rather than showing the 404.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/145458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=145458"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/tenseg"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=145458"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=145458"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=145458"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=145458"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=145458"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=145458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}