{"id":12633,"date":"2017-09-12T10:47:28","date_gmt":"2017-09-12T10:47:28","guid":{"rendered":"https:\/\/www.awardspace.com\/?page_id=12633"},"modified":"2024-02-27T12:59:56","modified_gmt":"2024-02-27T12:59:56","slug":"how-to-use-php-settings","status":"publish","type":"post","link":"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/","title":{"rendered":"How to use the PHP Settings"},"content":{"rendered":"<p>In this article, we&#8217;re going to review the PHP Settings section and its features.<\/p>\n<p>&nbsp;<\/p>\n<h2>How to Access the AwardSpace PHP Manager?<\/h2>\n<p>The <strong>PHP Settings<\/strong> Manager allows you to perform various actions, such as:<\/p>\n<ul>\n<li>changing the PHP version on your web server<\/li>\n<li>accessing and modifying the <a href=\"https:\/\/php.net\/manual\/en\/configuration.file.php\">PHP.ini<\/a> file<\/li>\n<\/ul>\n<p>You can access the <strong>PHP Settings<\/strong> section at any time by following these simple steps:<\/p>\n<ol>\n<li>Sign in to your AwardSpace <a href=\"\/user-login\/\">Control Panel<\/a>.<\/li>\n<li>Under the Advanced Tools area, click on the PHP Settings<a href=\"https:\/\/cp1.awardspace.net\/beta\/php-settings\/\"> link<\/a>.<\/li>\n<\/ol>\n<p><a class=\"et_pb_lightbox_image\" title=\"php settings\" href=\"\/wp-content\/uploads\/2018\/01\/php-settings-1.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img alignnone\" src=\"\/wp-content\/uploads\/2018\/01\/php-settings-1.png\" alt=\"php settings 1\" \/> <\/a><\/p>\n<p>&nbsp;<\/p>\n<h2>How Do I View My Web Server&#8217;s PHP Information?<\/h2>\n<p>AwardSpace offers its customers two ways for viewing their hosting account&#8217;s PHP settings:<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>By accessing the Hosting Control Panel&#8217;s <a href=\"https:\/\/cp1.awardspace.net\/beta\/hosting\/settings\">Hosting Settings<\/a>. To view the current information for a given PHP version, click on the corresponding link.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><a class=\"et_pb_lightbox_image\" title=\"php settings\" href=\"\/wp-content\/uploads\/2018\/06\/php-settings-5-1.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img alignnone\" src=\"\/wp-content\/uploads\/2018\/06\/php-settings-5-1.png\" alt=\"php settings 5 1\" \/> <\/a><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>By generating a PHP script. Create an empty PHP file on your server, and then copy and paste the below piece of code into it:<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<div class=\"azc_tsh_toggle_container\" style=\"border: 0px #048eb0; background-color: #333300;\"><code>\u00a0<span style=\"color: #ffffff;\">&lt;?php<\/span><br \/>\n<span style=\"color: #ffffff;\">phpinfo();<\/span><br \/>\n<span style=\"color: #ffffff;\">?&gt;<\/span><\/code><\/div>\n<p>&nbsp;<\/p>\n<h2>How Can I Customize My PHP Settings?<\/h2>\n<p>If you wish to modify the PHP settings on your server, click on the <strong>here<\/strong> link (as illustrated below).<\/p>\n<p><a class=\"et_pb_lightbox_image\" title=\"php settings\" href=\"\/wp-content\/uploads\/2018\/06\/php-settings-3.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img alignnone\" src=\"\/wp-content\/uploads\/2018\/06\/php-settings-3.png\" alt=\"php settings 3\" \/> <\/a><\/p>\n<p>A new window will appear allowing you to edit the current server&#8217;s PHP configuration.<\/p>\n<p><a class=\"et_pb_lightbox_image\" title=\"php settings\" href=\"\/wp-content\/uploads\/2018\/01\/php-settings-4.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img alignnone\" src=\"\/wp-content\/uploads\/2018\/01\/php-settings-4.png\" alt=\"php settings 4\" \/> <\/a><\/p>\n<p>Locate the variable that you wish to modify and change its value. Click the <strong>Save<\/strong> button to save the changes you&#8217;ve just made.<\/p>\n<p>Below is a list of some of the most frequently used PHP variables:<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><code><span style=\"color: #327eb9;\"><strong>safe_mode<\/strong><\/span><\/code><\/li>\n<li><code><span style=\"color: #327eb9;\"><strong>display_errors<\/strong><\/span><\/code><\/li>\n<li><code><span style=\"color: #327eb9;\"><strong>post_max_size<\/strong><\/span><\/code><\/li>\n<li><code><span style=\"color: #327eb9;\"><strong>upload_max_filesize<\/strong><\/span><\/code><\/li>\n<li><code><span style=\"color: #327eb9;\"><strong>memory_limit<\/strong><\/span><\/code><\/li>\n<li><code><span style=\"color: #327eb9;\"><strong>magic_quotes<\/strong><\/span><\/code><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>To enable a PHP extension (module) on your server, uncomment the corresponding line by removing the semicolon (;) and press <strong>Save<\/strong>.<\/p>\n<p><a class=\"et_pb_lightbox_image\" title=\"php settings\" href=\"\/wp-content\/uploads\/2018\/06\/php-settings-5.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img alignnone\" src=\"\/wp-content\/uploads\/2018\/06\/php-settings-5.png\" alt=\"php settings 5\" \/> <\/a><\/p>\n<p>&nbsp;<\/p>\n<h2>Which PHP Versions Do You Support?<\/h2>\n<p>Our shared hosting accounts currently support <strong>PHP 5.3<\/strong>, <strong>PHP 5.4<\/strong>, <strong>PHP 5.5<\/strong>, <strong>PHP 5.6<\/strong>, <strong>PHP 7.0<\/strong>, <strong>PHP 7.1<\/strong> and <strong>PHP 7.2<\/strong>.<\/p>\n<p>&nbsp;<\/p>\n<h2>How Would I Go About Changing my PHP Version?<\/h2>\n<p>By default, the PHP version set on all of our web servers is <strong>PHP 5.6<\/strong>. If you wish to switch your account to run a diffent PHP version, follow the instructions provided below:<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ol>\n<li>Log into the <a href=\"\/user-login\/\">Control Panel<\/a> of your AwardSpace account.<\/li>\n<li>Visit the PHP Settings <a href=\"https:\/\/cp1.awardspace.net\/beta\/php-settings\/\">section<\/a>.<\/li>\n<li>Select the PHP version you would like to use from the drop-down list.<\/li>\n<li>Finally, click the <strong>Switch<\/strong> button.<\/li>\n<\/ol>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><a class=\"et_pb_lightbox_image\" title=\"php settings\" href=\"\/wp-content\/uploads\/2018\/06\/php-settings-2.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img alignnone\" src=\"\/wp-content\/uploads\/2018\/06\/php-settings-2.png\" alt=\"php settings 2\" \/> <\/a><\/p>\n<p>Congratulations! Your hosting account&#8217;s PHP version has been updated successfully.<\/p>\n<p>&nbsp;<\/p>\n<h2>Am I Allowed to Run Multiple PHP Versions at the Same Time?<\/h2>\n<p>The PHP version that is set in the <strong>PHP Settings<\/strong> section of our Control Panel is global for your entire hosting account. Therefore, it is not currently possible to run multiple PHP versions under one shared hosting account.<\/p>\n<p>The only plans where this is technically possible are our <a href=\"\/web-hosting\/vps-cloud-hosting\/\">Virtual Private Server<\/a> plans.<\/p>\n<p>&nbsp;<\/p>\n<h2>Is It Possible to Change the PHP Settings on a Free Server?<\/h2>\n<p>To be able to access the PHP Settings Manager one has to have a <a href=\"\/web-hosting\/\">premium hosting plan<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article, we&#8217;re going to review the PHP Settings section and its features. &nbsp; How to Access the AwardSpace PHP Manager? The PHP Settings Manager allows you to perform various actions, such as: changing the PHP version on your web server accessing and modifying the PHP.ini file You can access the PHP Settings section [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":33819,"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":[29],"tags":[],"class_list":["post-12633","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php-settings"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>PHP Settings - Features &amp; Functions | AwardSpace.com<\/title>\n<meta name=\"description\" content=\"In this post, you will learn how to access the PHP Settings Manager in your AwardSpace.com Control Panel and how to modify the PHP settings on your web server.\" \/>\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\/kb\/how-to-use-php-settings\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PHP Settings - Features &amp; Functions | AwardSpace.com\" \/>\n<meta property=\"og:description\" content=\"In this post, you will learn how to access the PHP Settings Manager in your AwardSpace.com Control Panel and how to modify the PHP settings on your web server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/\" \/>\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=\"2017-09-12T10:47:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-27T12:59:56+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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/\"},\"author\":{\"name\":\"ivailod\",\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/person\/ce135bfb9f8b0d51d047abe11d77b221\"},\"headline\":\"How to use the PHP Settings\",\"datePublished\":\"2017-09-12T10:47:28+00:00\",\"dateModified\":\"2024-02-27T12:59:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/\"},\"wordCount\":456,\"publisher\":{\"@id\":\"https:\/\/www.awardspace.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#primaryimage\"},\"thumbnailUrl\":\"\",\"articleSection\":[\"PHP Settings\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/\",\"url\":\"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/\",\"name\":\"PHP Settings - Features & Functions | AwardSpace.com\",\"isPartOf\":{\"@id\":\"https:\/\/www.awardspace.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#primaryimage\"},\"thumbnailUrl\":\"\",\"datePublished\":\"2017-09-12T10:47:28+00:00\",\"dateModified\":\"2024-02-27T12:59:56+00:00\",\"description\":\"In this post, you will learn how to access the PHP Settings Manager in your AwardSpace.com Control Panel and how to modify the PHP settings on your web server.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#primaryimage\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.awardspace.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Knowledge Base\",\"item\":\"https:\/\/www.awardspace.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Control Panel\",\"item\":\"https:\/\/www.awardspace.com\/kb\/control-panel\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"PHP Settings\",\"item\":\"https:\/\/www.awardspace.com\/kb\/control-panel\/php-settings\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"How to use the PHP Settings\"}]},{\"@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":"PHP Settings - Features & Functions | AwardSpace.com","description":"In this post, you will learn how to access the PHP Settings Manager in your AwardSpace.com Control Panel and how to modify the PHP settings on your web server.","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\/kb\/how-to-use-php-settings\/","og_locale":"en_US","og_type":"article","og_title":"PHP Settings - Features & Functions | AwardSpace.com","og_description":"In this post, you will learn how to access the PHP Settings Manager in your AwardSpace.com Control Panel and how to modify the PHP settings on your web server.","og_url":"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/","og_site_name":"AwardSpace.com","article_publisher":"https:\/\/www.facebook.com\/AwardSpace\/","article_published_time":"2017-09-12T10:47:28+00:00","article_modified_time":"2024-02-27T12:59:56+00:00","author":"ivailod","twitter_card":"summary_large_image","twitter_creator":"@awspace","twitter_site":"@awspace","twitter_misc":{"Written by":"ivailod","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#article","isPartOf":{"@id":"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/"},"author":{"name":"ivailod","@id":"https:\/\/www.awardspace.com\/#\/schema\/person\/ce135bfb9f8b0d51d047abe11d77b221"},"headline":"How to use the PHP Settings","datePublished":"2017-09-12T10:47:28+00:00","dateModified":"2024-02-27T12:59:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/"},"wordCount":456,"publisher":{"@id":"https:\/\/www.awardspace.com\/#organization"},"image":{"@id":"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#primaryimage"},"thumbnailUrl":"","articleSection":["PHP Settings"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/","url":"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/","name":"PHP Settings - Features & Functions | AwardSpace.com","isPartOf":{"@id":"https:\/\/www.awardspace.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#primaryimage"},"image":{"@id":"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#primaryimage"},"thumbnailUrl":"","datePublished":"2017-09-12T10:47:28+00:00","dateModified":"2024-02-27T12:59:56+00:00","description":"In this post, you will learn how to access the PHP Settings Manager in your AwardSpace.com Control Panel and how to modify the PHP settings on your web server.","breadcrumb":{"@id":"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#primaryimage","url":"","contentUrl":""},{"@type":"BreadcrumbList","@id":"https:\/\/www.awardspace.com\/kb\/how-to-use-php-settings\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.awardspace.com\/"},{"@type":"ListItem","position":2,"name":"Knowledge Base","item":"https:\/\/www.awardspace.com\/kb\/"},{"@type":"ListItem","position":3,"name":"Control Panel","item":"https:\/\/www.awardspace.com\/kb\/control-panel\/"},{"@type":"ListItem","position":4,"name":"PHP Settings","item":"https:\/\/www.awardspace.com\/kb\/control-panel\/php-settings\/"},{"@type":"ListItem","position":5,"name":"How to use the PHP Settings"}]},{"@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\/12633","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=12633"}],"version-history":[{"count":0,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/posts\/12633\/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=12633"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/categories?post=12633"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/tags?post=12633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}