{"id":613,"date":"2013-03-06T18:57:03","date_gmt":"2013-03-06T23:57:03","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2013\/03\/06\/find-php-version-and-options-of-your-server\/"},"modified":"2023-06-07T11:21:48","modified_gmt":"2023-06-07T15:21:48","slug":"find-php-version-and-options-of-your-server","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/","title":{"rendered":"Find PHP Version and Options of Your Server"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version-1024x538.jpg\" alt=\"\" class=\"wp-image-100507\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version-1024x538.jpg 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version-300x158.jpg 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version-768x403.jpg 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version.jpg 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>In this article I\u2019m going to quickly show you how you can find the PHP version of your server by creating a PHP info page, this will also allow you to see the options PHP is using and any active PHP extensions.<\/p>\n\n\n\n<ul class=\"wp-block-list\" id=\"almalinux8\">\n<li><a href=\"#why\">Why Does PHP Version Matter?<\/a><\/li>\n\n\n\n<li><a href=\"#phpinfo\">Creating a PHP Info Page<\/a><\/li>\n\n\n\n<li><a href=\"#version\">Changing PHP Version<\/a><\/li>\n\n\n\n<li><a href=\"#almalinux8\">Supported Versions PHP in AlmaLinux 8<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why\">Why Does PHP Version Matter?<\/h2>\n\n\n\n<p>As PHP has been updated over the years, each new version typically introduces better security practices, and new features to take advantage of. Typically if you\u2019re trying to run PHP software on your website, it will require a minimal or specific PHP version, and also possibly the need for certain extensions to be enabled, or certain values entered in for the various setting options.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"phpinfo\">Creating a PHP Info Page<\/h2>\n\n\n\n<p>Using the steps below I\u2019ll show you how to create a PHP info page that will allow you to not only see your PHP version but also all the PHP options that are currently in use with your <a href=\"https:\/\/www.inmotionhosting.com\/php-hosting\">php host<\/a>.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/how-to-log-into-cpanel\/\">Login to your cPanel<\/a>.<\/li>\n\n\n\n<li>Under the <strong>Files<\/strong> section, click on <strong>File Manager<\/strong>, then select <strong>Web Root<\/strong> and click on <strong>Go<\/strong>.<\/li>\n\n\n\n<li>At the top-left, click on <strong>+ New File<\/strong>, name the file <strong>info.php<\/strong> and click on <strong>Create New File<\/strong>.<\/li>\n\n\n\n<li>Now <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/file-manager-code-editor\/\">open the file with the Code Editor in cPanel<\/a>\u00a0and enter in the following code: <pre>&lt;? phpinfo(); ?&gt; <\/pre><\/li>\n\n\n\n<li>Then click on <strong style=\"font-size: revert; color: initial;\">Save Changes<\/strong><span style=\"font-size: revert; color: initial;\"> at the top-right hand corner of the screen.<\/span> <\/li>\n\n\n\n<li>Now if you visit your website such as <strong>https:\/\/example.com\/info.php<\/strong> you should see the PHP info page. This example screenshot shows that this server is running PHP version 5.2.17, and that the PHP configurations are getting loaded from the file: <strong>\/home\/userna5\/public_html\/php.ini<\/strong><br><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"850\" class=\"wp-image-6032\" style=\"width: 750px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/php_php-info-page.png\" alt=\"php.info page\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/php_php-info-page.png 716w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/php_php-info-page-265x300.png 265w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/li>\n\n\n\n<li>You can scroll further down the PHP info page, to also see individual PHP options that you can set.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"version\">Changing PHP Version<\/h2>\n\n\n\n<p>Now that you know how to check what version of PHP is running on your server, you might also be interested in changing it. You can learn about <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-change-the-php-version-your-account-uses\/\">how to change the PHP version your account uses<\/a>, which will show you how to select the version of PHP you\u2019d like to use from cPanel.<\/p>\n\n\n\n<p>You can also <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/multiple-php-versions\/\">use multiple PHP versions on your one account<\/a> by adding some <strong>.htaccess<\/strong> rules. If you\u2019re running any automated PHP scripts via a cron job, you might also be interested in <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/force-cron-jobs-php-version\/\">forcing cron jobs to use chosen PHP version<\/a>.<\/p>\n\n\n\n<p>If you\u2019re on a <a href=\"https:\/\/www.inmotionhosting.com\/vps-hosting\">VPS (Virtual Private Server)<\/a> or dedicated server and have <a href=\"https:\/\/www.inmotionhosting.com\/support\/amp\/obtain-root-access\/\">root access<\/a> to your server, you can also <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/upgrade-php-easyapache\/\">upgrade PHP using EasyApache<\/a> if the version of PHP you\u2019re currently using is too old for your needs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Supported PHP Versions in AlmaLinux 8<\/h2>\n\n\n\n<p>If you are using<strong> AlmaLinux 8<\/strong>, then only the following versions of PHP are available through EasyApache 4:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>PHP 7.2<\/li>\n\n\n\n<li>PHP 7.3<\/li>\n\n\n\n<li>PHP 7.4<\/li>\n\n\n\n<li>PHP 8.0<\/li>\n\n\n\n<li>PHP 8.1<\/li>\n<\/ul>\n\n\n\n<p>The following versions PHP will not be available when using AlmaLinux 8.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>PHP 5.4<\/li>\n\n\n\n<li>PHP 5.5<\/li>\n\n\n\n<li>PHP 5.6<\/li>\n\n\n\n<li>PHP 7.0<\/li>\n\n\n\n<li>PHP 7.1<\/li>\n<\/ul>\n\n\n\n<p>In order to see the most recent PHP versions available, you can run the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">repoquery --repoid=EA4 --queryformat=\"%{name}\" | grep -Eoh \"ea-php[0-9]{2}\" | sort | uniq<\/pre>\n\n\n\n<p class=\"alert alert-info\">AlmaLinux 8 does not provide support for loading the legacy versions of PHP (pre-version 7.2).  Support for these earlier versions can loaded using CentOS.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article I&#8217;m going to quickly show you how you can find the PHP version of your server by creating a PHP info page, this will also allow you to see the options PHP is using and any active PHP extensions. Why Does PHP Version Matter? As PHP has been updated over the years,<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4288],"tags":[],"class_list":["post-613","post","type-post","status-publish","format-standard","hentry","category-website"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Find PHP Version and Options of Your Server | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"In this article I&#039;m going to quickly show you how you can find the PHP version of your server creating a PHP info page, this will also allow you to see the options PHP is using and any active PHP extensions.\" \/>\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.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Find PHP Version and Options of Your Server | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"In this article I&#039;m going to quickly show you how you can find the PHP version of your server creating a PHP info page, this will also allow you to see the options PHP is using and any active PHP extensions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-03-06T23:57:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-07T15:21:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version-1024x538.jpg\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"Find PHP Version and Options of Your Server\",\"datePublished\":\"2013-03-06T23:57:03+00:00\",\"dateModified\":\"2023-06-07T15:21:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/\"},\"wordCount\":541,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version-1024x538.jpg\",\"articleSection\":[\"Website\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/\",\"name\":\"Find PHP Version and Options of Your Server | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version-1024x538.jpg\",\"datePublished\":\"2013-03-06T23:57:03+00:00\",\"dateModified\":\"2023-06-07T15:21:48+00:00\",\"description\":\"In this article I'm going to quickly show you how you can find the PHP version of your server creating a PHP info page, this will also allow you to see the options PHP is using and any active PHP extensions.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version.jpg\",\"width\":1200,\"height\":630,\"caption\":\"Find PHP Version - Header image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Find PHP Version and Options of Your Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Find PHP Version and Options of Your Server | InMotion Hosting","description":"In this article I'm going to quickly show you how you can find the PHP version of your server creating a PHP info page, this will also allow you to see the options PHP is using and any active PHP extensions.","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.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/","og_locale":"en_US","og_type":"article","og_title":"Find PHP Version and Options of Your Server | InMotion Hosting","og_description":"In this article I'm going to quickly show you how you can find the PHP version of your server creating a PHP info page, this will also allow you to see the options PHP is using and any active PHP extensions.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2013-03-06T23:57:03+00:00","article_modified_time":"2023-06-07T15:21:48+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version-1024x538.jpg","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"Find PHP Version and Options of Your Server","datePublished":"2013-03-06T23:57:03+00:00","dateModified":"2023-06-07T15:21:48+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/"},"wordCount":541,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version-1024x538.jpg","articleSection":["Website"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/","name":"Find PHP Version and Options of Your Server | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version-1024x538.jpg","datePublished":"2013-03-06T23:57:03+00:00","dateModified":"2023-06-07T15:21:48+00:00","description":"In this article I'm going to quickly show you how you can find the PHP version of your server creating a PHP info page, this will also allow you to see the options PHP is using and any active PHP extensions.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/09\/find-php-version.jpg","width":1200,"height":630,"caption":"Find PHP Version - Header image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/find-php-version-and-options-of-your-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Find PHP Version and Options of Your Server"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/613","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=613"}],"version-history":[{"count":12,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/613\/revisions"}],"predecessor-version":[{"id":104805,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/613\/revisions\/104805"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=613"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=613"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=613"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}