{"id":4782,"date":"2018-06-01T20:19:03","date_gmt":"2018-06-01T14:49:03","guid":{"rendered":"https:\/\/phpyouth.com\/blog\/?p=4782"},"modified":"2026-08-13T19:31:32","modified_gmt":"2026-08-13T14:01:32","slug":"how-to-enable-php-modules-in-cpanel","status":"publish","type":"post","link":"https:\/\/phpyouth.com\/blog\/how-to-enable-php-modules-in-cpanel\/","title":{"rendered":"How to Enable PHP Extensions in cPanel (Step-by-Step Guide)"},"content":{"rendered":"<p><strong>Quick answer:<\/strong> To enable PHP extensions in cPanel, go to <strong>Software &gt; Select PHP Version<\/strong>, tick the checkbox next to the extension you need, and click Save. If the extension you need isn&#8217;t in that checklist (some less common ones aren&#8217;t), you can install it manually through the PHP PEAR Package manager instead.<\/p><div id=\"ez-toc-container\" class=\"ez-toc-v2_0_88 ez-toc-wrap-left counter-flat ez-toc-counter ez-toc-white ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">What You&#039;ll Learn<\/p>\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"#\" data-href=\"https:\/\/phpyouth.com\/blog\/how-to-enable-php-modules-in-cpanel\/#Two_Ways_to_Enable_PHP_Extensions_in_cPanel\" >Two Ways to Enable PHP Extensions in cPanel<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"#\" data-href=\"https:\/\/phpyouth.com\/blog\/how-to-enable-php-modules-in-cpanel\/#Method_1_Enable_an_Extension_via_Select_PHP_Version\" >Method 1 Enable an Extension via Select PHP Version<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"#\" data-href=\"https:\/\/phpyouth.com\/blog\/how-to-enable-php-modules-in-cpanel\/#Method_2_Install_an_Extension_via_PHP_PEAR_Package\" >Method 2 Install an Extension via PHP PEAR Package<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"#\" data-href=\"https:\/\/phpyouth.com\/blog\/how-to-enable-php-modules-in-cpanel\/#Common_PHP_Extensions_and_What_They_Fix\" >Common PHP Extensions and What They Fix<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"#\" data-href=\"https:\/\/phpyouth.com\/blog\/how-to-enable-php-modules-in-cpanel\/#How_to_Verify_an_Extension_Is_Actually_Enabled\" >How to Verify an Extension Is Actually Enabled<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"#\" data-href=\"https:\/\/phpyouth.com\/blog\/how-to-enable-php-modules-in-cpanel\/#Still_Not_Working_Common_Causes\" >Still Not Working? Common Causes<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"#\" data-href=\"https:\/\/phpyouth.com\/blog\/how-to-enable-php-modules-in-cpanel\/#Frequently_Asked_Questions\" >Frequently Asked Questions<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"#\" data-href=\"https:\/\/phpyouth.com\/blog\/how-to-enable-php-modules-in-cpanel\/#Need_Help_With_PHP_or_Server_Configuration\" >Need Help With PHP or Server Configuration?<\/a><\/li><\/ul><\/nav><\/div>\n\n<p>Most WordPress errors that mention a missing PHP extension, things like &#8220;Call to undefined function,&#8221; a blank plugin settings page, or a failed image upload, come down to one extension not being switched on. The full list of core and optional extensions is documented in the <a href=\"https:\/\/www.php.net\/manual\/en\/extensions.php\" target=\"_blank\" rel=\"noopener\">official PHP extensions manual<\/a>. The fix takes under two minutes once you know where to look.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Two_Ways_to_Enable_PHP_Extensions_in_cPanel\"><\/span>Two Ways to Enable PHP Extensions in cPanel<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>cPanel gives you two paths, and which one you need depends on the extension:<\/p>\n<ul>\n<li><strong>Select PHP Version (the checkbox method):<\/strong> covers the common extensions most sites need, mbstring, curl, gd, zip, opcache, intl, and more. This is the method to try first.<\/li>\n<li><strong>PHP PEAR Package manager:<\/strong> for less common extensions that don&#8217;t appear in the checklist, like Archive_Zip on older PHP builds. This installs the extension itself before it can be enabled.<\/li>\n<\/ul>\n<h2><span class=\"ez-toc-section\" id=\"Method_1_Enable_an_Extension_via_Select_PHP_Version\"><\/span>Method 1: Enable an Extension via Select PHP Version<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<ol>\n<li>Log in to cPanel and open <strong>Software &gt; Select PHP Version<\/strong>.<\/li>\n<li>If your account manages more than one domain, confirm you&#8217;re editing the right one from the domain dropdown at the top.<\/li>\n<li>Scroll through the extension list and tick the checkbox next to the one you need. Extensions are listed alphabetically, so mbstring and mysqli sit near each other, for example.<\/li>\n<li>Click <strong>Save<\/strong>. cPanel applies the change immediately, no server restart needed.<\/li>\n<li>Confirm it worked by checking the PHP info page (see the verification section below).<\/li>\n<\/ol>\n<figure style=\"margin: 24px 0;\">\n<img decoding=\"async\" src=\"https:\/\/phpyouth.com\/blog\/wp-content\/uploads\/2018\/06\/cpanel-extensions.png\" alt=\"Select PHP Version screen in cPanel showing a checklist of PHP extensions with several enabled\" style=\"width: 100%; height: auto; border-radius: 8px; border: 1px solid #e2e5ea;\" title=\"\"><figcaption style=\"font-size: 13px; color: #6b7280; margin-top: 8px;\">The extension checklist inside cPanel&#8217;s Select PHP Version screen.<\/figcaption><\/figure>\n<p>Some hosts label this interface slightly differently, MultiPHP Manager or PHP Selector are common alternate names, but the checkbox workflow is the same everywhere.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Method_2_Install_an_Extension_via_PHP_PEAR_Package\"><\/span>Method 2: Install an Extension via PHP PEAR Package<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>If the extension you need isn&#8217;t in the Select PHP Version checklist, PEAR (PHP Extension and Application Repository) can often install it directly.<\/p>\n<ol>\n<li>In cPanel, go to <strong>Software &gt; Select PHP Version<\/strong> and click <strong>Options<\/strong>, then find the <strong>PEAR Package<\/strong> link (some cPanel versions list this as a separate icon on the Software page).<\/li>\n<li>Type the extension name into the search box. For example, search &#8220;Zip&#8221; to find Archive_Zip.<\/li>\n<li>Click the install icon next to the matching result.<\/li>\n<li>Once installation finishes, go back to <strong>Select PHP Version<\/strong> and confirm the new extension now appears and is checked.<\/li>\n<\/ol>\n<p>PEAR installs are less common on modern PHP 8.x builds since most extensions people need now ship as native checkboxes, but it&#8217;s still the right tool for older or niche packages.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Common_PHP_Extensions_and_What_They_Fix\"><\/span>Common PHP Extensions and What They Fix<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>These are the extensions you&#8217;ll most often need to enable PHP extensions in cPanel for:<\/p>\n<ul>\n<li><strong>mbstring<\/strong>, required by WordPress core and most plugins for handling non-English characters correctly.<\/li>\n<li><strong>curl<\/strong>, needed for any plugin or theme that connects to an external API, license checks and update systems included.<\/li>\n<li><strong>gd<\/strong> or <strong>imagick<\/strong>, for image processing, thumbnails, and resizing. Most WooCommerce and gallery plugins need one of these.<\/li>\n<li><strong>zip<\/strong>, required for installing plugins, themes, and core updates through the WordPress dashboard.<\/li>\n<li><strong>opcache<\/strong>, not required for functionality, but enabling it measurably speeds up PHP execution. Our <a href=\"https:\/\/phpyouth.com\/blog\/php-performance-optimization-high-traffic-sites\/\">PHP performance optimization guide<\/a> covers how to configure it properly once it&#8217;s on.<\/li>\n<li><strong>intl<\/strong>, powers date, currency, and language formatting for multilingual sites.<\/li>\n<\/ul>\n<h2><span class=\"ez-toc-section\" id=\"How_to_Verify_an_Extension_Is_Actually_Enabled\"><\/span>How to Verify an Extension Is Actually Enabled<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Don&#8217;t just trust the checkbox. Confirm the extension loaded correctly:<\/p>\n<ul>\n<li>Create a file called <code>info.php<\/code> in your site&#8217;s root containing <code>&lt;?php phpinfo();<\/code>, visit it in a browser, and search the page (Ctrl+F) for the extension name. Delete the file once you&#8217;re done, since phpinfo() exposes server details you don&#8217;t want public.<\/li>\n<li>If you have SSH access, run <code>php -m<\/code> to list every loaded module from the command line.<\/li>\n<li>WordPress users can check <strong>Tools &gt; Site Health &gt; Info<\/strong>, which lists active PHP modules under the Server section.<\/li>\n<\/ul>\n<h2><span class=\"ez-toc-section\" id=\"Still_Not_Working_Common_Causes\"><\/span>Still Not Working? Common Causes<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>If you&#8217;ve followed the steps to enable PHP extensions in cPanel and the error is still showing, check these before contacting support.<\/p>\n<ul>\n<li><strong>Wrong PHP version selected.<\/strong> If your site runs PHP 8.1 but you enabled the extension under PHP 8.2, it won&#8217;t apply. Double-check the version dropdown before making changes.<\/li>\n<li><strong>Caching.<\/strong> Clear any object cache or OPcache after enabling an extension. On LiteSpeed hosting, purge LSCache from the admin bar as well.<\/li>\n<li><strong>Extension genuinely unavailable on shared hosting.<\/strong> Some budget hosts restrict certain extensions account-wide. If it&#8217;s missing from both Select PHP Version and PEAR, contact your host directly.<\/li>\n<\/ul>\n<h2><span class=\"ez-toc-section\" id=\"Frequently_Asked_Questions\"><\/span>Frequently Asked Questions<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h4>Do I need SSH access to enable a PHP extension in cPanel?<\/h4>\n<p>No. The Select PHP Version interface handles the most common extensions entirely through the browser. SSH is only useful for verifying the result with <code>php -m<\/code>, not for enabling the extension itself. That&#8217;s the fastest way to enable PHP extensions in cPanel for most people.<\/p>\n<h4>Why is a PHP extension missing from the Select PHP Version list?<\/h4>\n<p>Not every extension ships as a checkbox. Less common ones are usually installable through the PHP PEAR Package manager instead, or may need to be compiled in by your host on a VPS.<\/p>\n<h4>Will enabling a PHP extension slow down my site?<\/h4>\n<p>Enabling an extension you actually need has negligible performance impact. What does affect performance is leaving unused extensions active across many accounts on shared infrastructure, which is a hosting-level concern, not something to worry about on a single site.<\/p>\n<h4>Do I need to restart anything after enabling an extension in cPanel?<\/h4>\n<p>No server restart is required. cPanel applies the change to new PHP processes immediately after you click Save.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Need_Help_With_PHP_or_Server_Configuration\"><\/span>Need Help With PHP or Server Configuration?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>If your site needs deeper server-level PHP configuration beyond how to enable PHP extensions in cPanel, PHP Youth&#8217;s team handles PHP tuning, hosting migrations, and full-stack WordPress development for businesses worldwide. <strong><a href=\"https:\/\/phpyouth.com\/contact-us\/\">Contact PHP Youth<\/a><\/strong> for hands-on support.<\/p>\n<p>For a deeper look at getting the most out of PHP on a high-traffic site, see our full <a href=\"https:\/\/phpyouth.com\/blog\/php-performance-optimization-high-traffic-sites\/\">PHP performance optimization guide<\/a>. And if you manage a server through WHM instead of cPanel, our <a href=\"https:\/\/phpyouth.com\/blog\/how-to-enable-php-modules-in-whm\/\">guide to enabling PHP modules in WHM<\/a> covers the same process at the server level.<\/p>\n<div><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do I need SSH access to enable a PHP extension in cPanel?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The Select PHP Version interface handles the most common extensions entirely through the browser. SSH is only useful for verifying the result with php -m, not for enabling the extension itself. Thats the fastest way to enable PHP extensions in cPanel for most people.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why is a PHP extension missing from the Select PHP Version list?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Not every extension ships as a checkbox. Less common ones are usually installable through the PHP PEAR Package manager instead, or may need to be compiled in by your host on a VPS.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Will enabling a PHP extension slow down my site?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Enabling an extension you actually need has negligible performance impact. What does affect performance is leaving unused extensions active across many accounts on shared infrastructure, which is a hosting-level concern, not something to worry about on a single site.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do I need to restart anything after enabling an extension in cPanel?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No server restart is required. cPanel applies the change to new PHP processes immediately after you click Save.\"\n      }\n    }\n  ]\n}\n<\/script><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Quick answer: To enable PHP extensions in cPanel, go to Software &gt; Select PHP Version, tick the checkbox next to the extension you need, and click Save. If the extension you need isn&#8217;t in that checklist (some less common ones aren&#8217;t), you can install it manually through the PHP PEAR Package manager instead. Most WordPress [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4787,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[93,150,5],"tags":[151,143,13,140,152],"class_list":["post-4782","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorial","category-cpanel","category-php","tag-cpanel","tag-demo-importing-error","tag-php","tag-php-zip","tag-zip-extension"],"acf":[],"jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8zepR-1f8","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":4734,"url":"https:\/\/phpyouth.com\/blog\/how-to-enable-php-modules-in-whm\/","url_meta":{"origin":4782,"position":0},"title":"How to Enable PHP Modules in WHM (Complete Guide)","author":"RK Jajoria","date":"May 2, 2018","format":false,"excerpt":"Quick answer: To enable PHP modules in WHM, go to EasyApache 4, click Customize on your active profile, search for the module under the PHP Extensions tab, select it, and click Provision. WHM rebuilds PHP with the new module included, and it becomes available across every account on the server.\u2026","rel":"","context":"In &quot;Tutorial&quot;","block_context":{"text":"Tutorial","link":"https:\/\/phpyouth.com\/blog\/category\/tutorial\/"},"img":{"alt_text":"How to Enable PHP Modules in WHM","src":"https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2018\/05\/PHP-ZIP-module-banner.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2018\/05\/PHP-ZIP-module-banner.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2018\/05\/PHP-ZIP-module-banner.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":4973,"url":"https:\/\/phpyouth.com\/blog\/enable-gzip-compression\/","url_meta":{"origin":4782,"position":1},"title":"How to enable GZIP compression","author":"RK Jajoria","date":"July 2, 2019","format":false,"excerpt":"Hello, friends, today\u2019s topic is how to enable GZIP compression on your web server. If you know what GZIP is and how to enable it, that\u2019s good. But if you don\u2019t, please read this tutorial till the end. What is GZIP Compression? GZIP is a file format and software application\u2026","rel":"","context":"In &quot;cPanel&quot;","block_context":{"text":"cPanel","link":"https:\/\/phpyouth.com\/blog\/category\/web-hosting\/cpanel\/"},"img":{"alt_text":"GZIP-Compression","src":"https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2019\/07\/GZIP-Compression.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2019\/07\/GZIP-Compression.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2019\/07\/GZIP-Compression.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":13539,"url":"https:\/\/phpyouth.com\/blog\/php-performance-optimization-high-traffic-sites\/","url_meta":{"origin":4782,"position":2},"title":"How to Optimize PHP Performance for High-Traffic Sites","author":"RK Jajoria","date":"August 13, 2026","format":false,"excerpt":"Quick answer: PHP performance optimization for high-traffic sites comes down to five levers: run a current PHP version with OPcache enabled, add an object cache like Redis, tune PHP-FPM worker limits to your server's real capacity, cut database query overhead, and profile before you guess. Sites that skip profiling almost\u2026","rel":"","context":"In &quot;Speed Performance&quot;","block_context":{"text":"Speed Performance","link":"https:\/\/phpyouth.com\/blog\/category\/wordpress\/speed-performance\/"},"img":{"alt_text":"php performance optimization","src":"https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2026\/08\/Optimize-PHP-Performance.webp?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2026\/08\/Optimize-PHP-Performance.webp?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2026\/08\/Optimize-PHP-Performance.webp?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2026\/08\/Optimize-PHP-Performance.webp?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2026\/08\/Optimize-PHP-Performance.webp?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2026\/08\/Optimize-PHP-Performance.webp?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":5081,"url":"https:\/\/phpyouth.com\/blog\/configure-dns-for-cpanel-email\/","url_meta":{"origin":4782,"position":3},"title":"How to Configure DNS for cPanel Email","author":"RK Jajoria","date":"August 31, 2019","format":false,"excerpt":"Hello friends, today we will learn how to configure DNS for cPanel Email. Specifically, if you create email accounts in the cPanel of GoDaddy and register your domain with HostGator, then this guide will help you. To illustrate, I have chosen GoDaddy and HostGator as examples because both provide top\u2026","rel":"","context":"In &quot;cPanel&quot;","block_context":{"text":"cPanel","link":"https:\/\/phpyouth.com\/blog\/category\/web-hosting\/cpanel\/"},"img":{"alt_text":"cPanel DNS configuration","src":"https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2019\/08\/cPanel-DNS-configuration-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2019\/08\/cPanel-DNS-configuration-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2019\/08\/cPanel-DNS-configuration-1.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":4773,"url":"https:\/\/phpyouth.com\/blog\/video-version-how-to-enable-php-modules-via-whm\/","url_meta":{"origin":4782,"position":4},"title":"VIDEO VERSION: How to Enable PHP Modules via WHM","author":"RK Jajoria","date":"May 28, 2018","format":false,"excerpt":"Hello friends, today we will learn about How to enable PHP modules in WHM(Web Host Manager). WordPress beginners face this problem while importing demo content on a Paid WordPress theme. Sometimes these modules are not installed\/activated by default in cPanels that\u2019s why we get the error, so we have to\u2026","rel":"","context":"In &quot;PHP&quot;","block_context":{"text":"PHP","link":"https:\/\/phpyouth.com\/blog\/category\/tutorial\/php\/"},"img":{"alt_text":"How to Enable PHP Modules in WHM","src":"https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2018\/05\/PHP-ZIP-module-banner.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2018\/05\/PHP-ZIP-module-banner.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2018\/05\/PHP-ZIP-module-banner.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":4650,"url":"https:\/\/phpyouth.com\/blog\/how-to-resolve-this-page-isnt-working-http-error-500\/","url_meta":{"origin":4782,"position":5},"title":"How to resolve &#8220;This Page isn&#8217;t Working &#8211; HTTP ERROR 500&#8221;","author":"RK Jajoria","date":"April 13, 2018","format":false,"excerpt":"Hello, friends, today we will learn how to resolve \"This Page isn't Working HTTP ERROR 500\". Last week, we got this error while shifting one of my websites from one server to another. However, there's no need to worry, WordPress has this common error, and we can easily resolve it.\u2026","rel":"","context":"In &quot;PHP&quot;","block_context":{"text":"PHP","link":"https:\/\/phpyouth.com\/blog\/category\/tutorial\/php\/"},"img":{"alt_text":"HTTP ERROR 500","src":"https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2018\/04\/Copy-of-fresh-aquasummit.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2018\/04\/Copy-of-fresh-aquasummit.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/phpyouth.com\/blog\/wp-content\/uploads\/2018\/04\/Copy-of-fresh-aquasummit.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]}],"jetpack_featured_media_url":"https:\/\/phpyouth.com\/blog\/wp-content\/uploads\/2018\/06\/Enable-zip-in-cpanel.png","_links":{"self":[{"href":"https:\/\/phpyouth.com\/blog\/wp-json\/wp\/v2\/posts\/4782","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/phpyouth.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/phpyouth.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/phpyouth.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/phpyouth.com\/blog\/wp-json\/wp\/v2\/comments?post=4782"}],"version-history":[{"count":6,"href":"https:\/\/phpyouth.com\/blog\/wp-json\/wp\/v2\/posts\/4782\/revisions"}],"predecessor-version":[{"id":13565,"href":"https:\/\/phpyouth.com\/blog\/wp-json\/wp\/v2\/posts\/4782\/revisions\/13565"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/phpyouth.com\/blog\/wp-json\/wp\/v2\/media\/4787"}],"wp:attachment":[{"href":"https:\/\/phpyouth.com\/blog\/wp-json\/wp\/v2\/media?parent=4782"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/phpyouth.com\/blog\/wp-json\/wp\/v2\/categories?post=4782"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/phpyouth.com\/blog\/wp-json\/wp\/v2\/tags?post=4782"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}