{"id":26780,"date":"2018-11-22T08:02:32","date_gmt":"2018-11-22T08:02:32","guid":{"rendered":"https:\/\/www.awardspace.com\/?page_id=26780"},"modified":"2024-02-28T07:27:28","modified_gmt":"2024-02-28T07:27:28","slug":"wordpress-too-many-redirects","status":"publish","type":"post","link":"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/","title":{"rendered":"How to Fix the Too Many Redirects Error in WordPress"},"content":{"rendered":"<p>The following tutorial provides information about the <strong>Too Many Redirects<\/strong> Error in WordPress. It also includes screenshots and possible solutions to the problem.<\/p>\n<p>&nbsp;<\/p>\n<h2>Why Am I Experiencing This Type of Error?<\/h2>\n<p>WordPress is a complex content management system that is configured in a way that it cannot operate under two different URLs. In other words, there can be only one web address to choose from when it comes to hosting a single WordPress blog.<\/p>\n<p>The message <strong>Too Many Redirects<\/strong> is a common WordPress error (also referred to as a redirect loop), which usually occurs when the URL setting is configured to the wrong web address. A faulty .htaccess file or a badly configured plugin can also cause your site to go into an infinite loop.<\/p>\n<p>&nbsp;<\/p>\n<h2>What Does a <strong>Too Many Redirects<\/strong> Error Look Like?<\/h2>\n<p>Internet browsers display and interpret the error message differently. The screenshot hereunder illustrates how the error <strong>Too Many Redirects<\/strong> looks in Google Chrome.<\/p>\n<p><a class=\"et_pb_lightbox_image\" title=\"too many redirects\" href=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-1.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img\" src=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-1.png\" alt=\"how to fix the too many redirects error in wordpress 1\" \/> <\/a><\/p>\n<p>In Mozilla Firefox, the error message will look pretty similar to the one attached below:<\/p>\n<p><a class=\"et_pb_lightbox_image\" title=\"too many redirects\" href=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-2.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img\" src=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-2.png\" alt=\"how to fix the too many redirects error in wordpress 2\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<h2>How Can I Solve the Redirect Loop?<\/h2>\n<p>Based on our experience with WordPress, we can offer you the following four possible fixes:<\/p>\n<p>&nbsp;<\/p>\n<h3>Solution #1: Check the URL settings<\/h3>\n<ul>\n<li>in your WordPress admin panel<\/li>\n<\/ul>\n<p>The first thing you need to do is check the URL settings of your website in your WordPress dashboard. To perform a URL check:<\/p>\n<ol>\n<li>Sign into your WordPress account as Administrator.<\/li>\n<li>Once logged in, navigate to the <strong>Settings<\/strong> page and click <strong>General Settings<\/strong>.<\/li>\n<li>When on the General Settings page, you will notice there is a list of settings and available options. Double-check and ensure that both, the WordPress and Site addresses, match.<\/li>\n<\/ol>\n<p><a class=\"et_pb_lightbox_image\" title=\"too many redirects\" href=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-3.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img\" src=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-3.png\" alt=\"how to fix the too many redirects error in wordpress 3\" \/> <\/a><\/p>\n<p>If there is a mismatch between the two URLs (e.g. the WordPress Address is set to <em>http:\/\/mydomain.com\/<\/em>, but the Site URL points to <em>http:\/\/www.mydomain.com\/<\/em>), then you will need to make sure that both web addresses are identical.<\/p>\n<ul>\n<li>in your MySQL database<\/li>\n<\/ul>\n<p>Another way to perform a web address check is through the built-in <a href=\"https:\/\/supportindeed.com\/phpMyAdmin4\/\">phpMyAdmin4<\/a> tool. Launch phpMyAdmin4 in a web browser and enter your database credentials.<\/p>\n<p>After a successful login, find the table labeled <strong>wp-options<\/strong>. Click the selected table to view its contents.<\/p>\n<p><a class=\"et_pb_lightbox_image\" title=\"too many redirects\" href=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-4.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img\" src=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-4.png\" alt=\"how to fix the too many redirects error in wordpress 4\" \/> <\/a><\/p>\n<p>Once in the editor, locate the rows <strong>siteurl<\/strong> and <strong>home<\/strong>. Verify the URL details in each of the two rows. The name of the <strong>siteurl<\/strong> address must match the <strong>home<\/strong> URL exactly.<\/p>\n<p><a class=\"et_pb_lightbox_image\" title=\"too many redirects\" href=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-5.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img\" src=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-5.png\" alt=\"how to fix the too many redirects error in wordpress 5\" \/> <\/a><\/p>\n<ul>\n<li>in your main configuration (wp-config.php) file<\/li>\n<\/ul>\n<p><strong>wp-config.php<\/strong> is the place where WordPress stores its database connection settings. In the main WordPress configuration file, users are also able to manually specify their URL location. This is one of the most preferred methods, since it does not require direct access to the admin panel and phpMyAdmin.<\/p>\n<p>If you have set the website URL manually in your WordPress config, open up the file wp-config.php in your main domain directory and check your script for the following two global variables &#8211; <em>define( &#8216;WP_HOME&#8217;, &#8216;http:\/\/www.mydomain.com&#8217; );<\/em> and <em>define( &#8216;WP_SITEURL&#8217;, &#8216;http:\/\/www.mydomain.com&#8217;)<\/em>.<\/p>\n<p><a class=\"et_pb_lightbox_image\" title=\"too many redirects\" href=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-6.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img\" src=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-6.png\" alt=\"how to fix the too many redirects error in wordpress 6\" \/> <\/a><\/p>\n<p>Please verify that the <strong>WP_HOME<\/strong> address matches the <strong>WP_SITEURL<\/strong> hostname in the code.<\/p>\n<p>&nbsp;<\/p>\n<h3>Solution #2: Disable your plugins<\/h3>\n<p>Another way to resolve the error <strong>Too Many Redirects<\/strong> in WordPress is by deactivating the plugins that are currently active for your website.<\/p>\n<p>By default, WordPress stores all its plugin-related data in a sub-folder called <em>plugins<\/em>. The plugins directory is usually found in the <em>wp-content<\/em> folder of every WordPress instance.<\/p>\n<p><a class=\"et_pb_lightbox_image\" title=\"too many redirects\" href=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-7.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img\" src=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-7.png\" alt=\"how to fix the too many redirects error in wordpress 7\" \/> <\/a><\/p>\n<p>Right-click the plugins directory and press <strong>Rename<\/strong>. Give your folder a new name (e.g. plugins_disabled) and click the green check mark. Wait a couple seconds for our system to process your request.<\/p>\n<p>After your plugins have been successfully disabled, visit your web page in a browser and re-test your WordPress application. If the redirection loop is no longer present on the page, it means that the problem is plugin-related.<\/p>\n<p>To find out which plugin is causing the issue, rename the plugins directory back to plugins and start deactivating your extensions one by one until you find the problematic one.<\/p>\n<p>&nbsp;<\/p>\n<h3>Solution #3: Disable your default .htaccess file<\/h3>\n<p>If you have tried all of the above solutions and none of them has helped so far, you can temporarily disable WordPress&#8217;s main <strong>.htaccess<\/strong> file. The file in question is located in the root directory of WordPress and can be easily recognized by the dot sign in front of the document.<\/p>\n<p><a class=\"et_pb_lightbox_image\" title=\"too many redirects\" href=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-8.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img\" src=\"\/wp-content\/uploads\/2018\/11\/wordpress-too-many-redirects-8.png\" alt=\"how to fix the too many redirects error in wordpress 8\" \/> <\/a><\/p>\n<p>The renaming process is pretty easy to follow. All you need to do is right-click on the .htaccess file and then hit the <strong>Rename<\/strong> button. Remove the dot from your file name and save the submitted changes.<\/p>\n<p>Launch your favorite Internet browser and enter your website&#8217;s URL in the address bar.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The following tutorial provides information about the Too Many Redirects Error in WordPress. It also includes screenshots and possible solutions to the problem. &nbsp; Why Am I Experiencing This Type of Error? WordPress is a complex content management system that is configured in a way that it cannot operate under two different URLs. In other [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":30502,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[86],"tags":[],"class_list":["post-26780","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-optimization"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Fix Too Many Redirects in WordPress | AwardSpace.com<\/title>\n<meta name=\"description\" content=\"In this tutorial, we will be discussing one of the most common errors in WordPress - Too Many Redirects. In addition, we will provide you with a few possible solutions to the problem.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix Too Many Redirects in WordPress | AwardSpace.com\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we will be discussing one of the most common errors in WordPress - Too Many Redirects. In addition, we will provide you with a few possible solutions to the problem.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/\" \/>\n<meta property=\"og:site_name\" content=\"AwardSpace.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AwardSpace\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-11-22T08:02:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-28T07:27:28+00:00\" \/>\n<meta name=\"author\" content=\"ivailod\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@awspace\" \/>\n<meta name=\"twitter:site\" content=\"@awspace\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ivailod\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/\"},\"author\":{\"name\":\"ivailod\",\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/person\/ce135bfb9f8b0d51d047abe11d77b221\"},\"headline\":\"How to Fix the Too Many Redirects Error in WordPress\",\"datePublished\":\"2018-11-22T08:02:32+00:00\",\"dateModified\":\"2024-02-28T07:27:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/\"},\"wordCount\":796,\"publisher\":{\"@id\":\"https:\/\/www.awardspace.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#primaryimage\"},\"thumbnailUrl\":\"\",\"articleSection\":[\"Optimization\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/\",\"url\":\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/\",\"name\":\"How to Fix Too Many Redirects in WordPress | AwardSpace.com\",\"isPartOf\":{\"@id\":\"https:\/\/www.awardspace.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#primaryimage\"},\"thumbnailUrl\":\"\",\"datePublished\":\"2018-11-22T08:02:32+00:00\",\"dateModified\":\"2024-02-28T07:27:28+00:00\",\"description\":\"In this tutorial, we will be discussing one of the most common errors in WordPress - Too Many Redirects. In addition, we will provide you with a few possible solutions to the problem.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#primaryimage\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.awardspace.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress Tutorials\",\"item\":\"https:\/\/www.awardspace.com\/wordpress-tutorials\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Optimization\",\"item\":\"https:\/\/www.awardspace.com\/wordpress-tutorials\/optimization\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How to Fix the Too Many Redirects Error in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.awardspace.com\/#website\",\"url\":\"https:\/\/www.awardspace.com\/\",\"name\":\"AwardSpace.com\",\"description\":\"Free Web Hosting with PHP, MySQL, Email Sending, No Ads\",\"publisher\":{\"@id\":\"https:\/\/www.awardspace.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.awardspace.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.awardspace.com\/#organization\",\"name\":\"AwardSpace.com\",\"url\":\"https:\/\/www.awardspace.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.awardspace.com\/wp-content\/uploads\/2018\/08\/awardspace_logo.png\",\"contentUrl\":\"https:\/\/www.awardspace.com\/wp-content\/uploads\/2018\/08\/awardspace_logo.png\",\"width\":1759,\"height\":176,\"caption\":\"AwardSpace.com\"},\"image\":{\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/AwardSpace\/\",\"https:\/\/x.com\/awspace\",\"https:\/\/www.instagram.com\/awardspace\/\",\"https:\/\/www.quora.com\/profile\/Award-Space\",\"https:\/\/www.linkedin.com\/company\/19214384\/\",\"https:\/\/www.reddit.com\/user\/AwardSpace\",\"https:\/\/www.pinterest.com\/awardspace\/\",\"https:\/\/www.youtube.com\/user\/AwardspaceWebHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/person\/ce135bfb9f8b0d51d047abe11d77b221\",\"name\":\"ivailod\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"ivailod\"},\"url\":\"https:\/\/www.awardspace.com\/author\/ivailod\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix Too Many Redirects in WordPress | AwardSpace.com","description":"In this tutorial, we will be discussing one of the most common errors in WordPress - Too Many Redirects. In addition, we will provide you with a few possible solutions to the problem.","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:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix Too Many Redirects in WordPress | AwardSpace.com","og_description":"In this tutorial, we will be discussing one of the most common errors in WordPress - Too Many Redirects. In addition, we will provide you with a few possible solutions to the problem.","og_url":"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/","og_site_name":"AwardSpace.com","article_publisher":"https:\/\/www.facebook.com\/AwardSpace\/","article_published_time":"2018-11-22T08:02:32+00:00","article_modified_time":"2024-02-28T07:27:28+00:00","author":"ivailod","twitter_card":"summary_large_image","twitter_creator":"@awspace","twitter_site":"@awspace","twitter_misc":{"Written by":"ivailod","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#article","isPartOf":{"@id":"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/"},"author":{"name":"ivailod","@id":"https:\/\/www.awardspace.com\/#\/schema\/person\/ce135bfb9f8b0d51d047abe11d77b221"},"headline":"How to Fix the Too Many Redirects Error in WordPress","datePublished":"2018-11-22T08:02:32+00:00","dateModified":"2024-02-28T07:27:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/"},"wordCount":796,"publisher":{"@id":"https:\/\/www.awardspace.com\/#organization"},"image":{"@id":"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#primaryimage"},"thumbnailUrl":"","articleSection":["Optimization"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/","url":"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/","name":"How to Fix Too Many Redirects in WordPress | AwardSpace.com","isPartOf":{"@id":"https:\/\/www.awardspace.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#primaryimage"},"image":{"@id":"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#primaryimage"},"thumbnailUrl":"","datePublished":"2018-11-22T08:02:32+00:00","dateModified":"2024-02-28T07:27:28+00:00","description":"In this tutorial, we will be discussing one of the most common errors in WordPress - Too Many Redirects. In addition, we will provide you with a few possible solutions to the problem.","breadcrumb":{"@id":"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#primaryimage","url":"","contentUrl":""},{"@type":"BreadcrumbList","@id":"https:\/\/www.awardspace.com\/wordpress-tutorials\/wordpress-too-many-redirects\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.awardspace.com\/"},{"@type":"ListItem","position":2,"name":"WordPress Tutorials","item":"https:\/\/www.awardspace.com\/wordpress-tutorials\/"},{"@type":"ListItem","position":3,"name":"Optimization","item":"https:\/\/www.awardspace.com\/wordpress-tutorials\/optimization\/"},{"@type":"ListItem","position":4,"name":"How to Fix the Too Many Redirects Error in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/www.awardspace.com\/#website","url":"https:\/\/www.awardspace.com\/","name":"AwardSpace.com","description":"Free Web Hosting with PHP, MySQL, Email Sending, No Ads","publisher":{"@id":"https:\/\/www.awardspace.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.awardspace.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.awardspace.com\/#organization","name":"AwardSpace.com","url":"https:\/\/www.awardspace.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.awardspace.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.awardspace.com\/wp-content\/uploads\/2018\/08\/awardspace_logo.png","contentUrl":"https:\/\/www.awardspace.com\/wp-content\/uploads\/2018\/08\/awardspace_logo.png","width":1759,"height":176,"caption":"AwardSpace.com"},"image":{"@id":"https:\/\/www.awardspace.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/AwardSpace\/","https:\/\/x.com\/awspace","https:\/\/www.instagram.com\/awardspace\/","https:\/\/www.quora.com\/profile\/Award-Space","https:\/\/www.linkedin.com\/company\/19214384\/","https:\/\/www.reddit.com\/user\/AwardSpace","https:\/\/www.pinterest.com\/awardspace\/","https:\/\/www.youtube.com\/user\/AwardspaceWebHosting"]},{"@type":"Person","@id":"https:\/\/www.awardspace.com\/#\/schema\/person\/ce135bfb9f8b0d51d047abe11d77b221","name":"ivailod","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.awardspace.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"ivailod"},"url":"https:\/\/www.awardspace.com\/author\/ivailod\/"}]}},"_links":{"self":[{"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/posts\/26780","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/comments?post=26780"}],"version-history":[{"count":0,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/posts\/26780\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/media?parent=26780"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/categories?post=26780"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/tags?post=26780"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}