{"id":882,"date":"2021-01-31T15:57:24","date_gmt":"2021-01-31T15:57:24","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=882"},"modified":"2026-05-02T08:45:03","modified_gmt":"2026-05-02T08:45:03","slug":"how-to-change-php-upload_max_filesize-in-cpanel-account","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/","title":{"rendered":"How to change php upload_max_filesize in cPanel Account"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>The <code>upload_max_filesize<\/code> directive in PHP controls the maximum size of files that can be uploaded to a server. In a cPanel environment, this limit is important for websites that handle media uploads such as images, videos, backups, or large documents. If the limit is too low, users may encounter upload errors. cPanel provides easy tools to modify this setting without needing deep server-level configuration changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p>Before changing <code>upload_max_filesize<\/code>, ensure the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Access to cPanel account (or WHM if you manage multiple accounts)<\/li>\n\n\n\n<li>PHP version in use supports configuration changes (PHP 5.x and above)<\/li>\n\n\n\n<li>Permission to modify PHP settings via <strong>MultiPHP INI Editor<\/strong> or <code>.htaccess<\/code> (if applicable)<\/li>\n\n\n\n<li>Awareness of related limits such as:\n<ul class=\"wp-block-list\">\n<li><code>post_max_size<\/code><\/li>\n\n\n\n<li><code>memory_limit<\/code><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Backup or note of current PHP configuration (recommended)<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">IMPLEMENTATION<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">How to change php upload_max_filesize in cPanel Account<\/h4>\n\n\n\n<h4 class=\"wp-block-heading\">Date: 31-01-2021<\/h4>\n\n\n\n<p><strong>Step 1:<\/strong> Login to the cPanel account.<\/p>\n\n\n\n<p><strong>Step 2:<\/strong> Click <strong><code>MultiPHP INI Editor<\/code><\/strong> under the <strong><code>SOFTWARE<\/code><\/strong> section on the cPanel dashboard.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"356\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.43-PM-1024x356.png\" alt=\"\" class=\"wp-image-883\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.43-PM-1024x356.png 1024w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.43-PM-300x104.png 300w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.43-PM-768x267.png 768w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.43-PM-1536x533.png 1536w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.43-PM-150x52.png 150w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.43-PM.png 1722w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>Step 3:<\/strong> Select the home directory or a domain\u2019s document root to open the corresponding PHP configuration under the <strong><code>Configure PHP INI basic settings.<\/code><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"743\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.10-PM-1024x743.png\" alt=\"\" class=\"wp-image-884\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.10-PM-1024x743.png 1024w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.10-PM-300x218.png 300w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.10-PM-768x557.png 768w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.10-PM-1536x1115.png 1536w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.10-PM-150x109.png 150w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.10-PM.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>Step 4:<\/strong> Find the <strong><code>upload_max_filesize<\/code><\/strong> and enter the required maximum size of an uploaded file on the Setting section and click on Apply.<\/p>\n\n\n\n<p>Thank you!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Changing <code>upload_max_filesize<\/code> in cPanel is a simple but important adjustment for improving website functionality, especially for applications requiring file uploads. By correctly setting this value along with related PHP limits, you ensure smoother uploads and better user experience. Always verify changes after updating and make sure other PHP limits are aligned to avoid unexpected upload issues.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction The upload_max_filesize directive in PHP controls the maximum size of files that can be uploaded to a server. In a cPanel environment, this limit is important for websites that handle media uploads such as images, videos, backups, or large documents. If the limit is too low, users may encounter upload errors. cPanel provides easy ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[2],"tags":[10],"class_list":["post-882","post","type-post","status-publish","format-standard","hentry","category-shared-hosting","tag-php"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to change php upload_max_filesize in cPanel Account - PheonixSolutions Knowledge-Base<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to change php upload_max_filesize in cPanel Account - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"Introduction The upload_max_filesize directive in PHP controls the maximum size of files that can be uploaded to a server. In a cPanel environment, this limit is important for websites that handle media uploads such as images, videos, backups, or large documents. If the limit is too low, users may encounter upload errors. cPanel provides easy ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-31T15:57:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-02T08:45:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.43-PM.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1722\" \/>\n\t<meta property=\"og:image:height\" content=\"598\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"knowledge-base\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"knowledge-base\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/01\\\/31\\\/how-to-change-php-upload_max_filesize-in-cpanel-account\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/01\\\/31\\\/how-to-change-php-upload_max_filesize-in-cpanel-account\\\/\"},\"author\":{\"name\":\"knowledge-base\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/24ddfd756e23cf1ce3c8e5f0fb309e6b\"},\"headline\":\"How to change php upload_max_filesize in cPanel Account\",\"datePublished\":\"2021-01-31T15:57:24+00:00\",\"dateModified\":\"2026-05-02T08:45:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/01\\\/31\\\/how-to-change-php-upload_max_filesize-in-cpanel-account\\\/\"},\"wordCount\":256,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/01\\\/31\\\/how-to-change-php-upload_max_filesize-in-cpanel-account\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/Screen-Shot-2021-01-31-at-9.05.43-PM-1024x356.png\",\"keywords\":[\"PHP\"],\"articleSection\":[\"Shared hosting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/01\\\/31\\\/how-to-change-php-upload_max_filesize-in-cpanel-account\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/01\\\/31\\\/how-to-change-php-upload_max_filesize-in-cpanel-account\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/01\\\/31\\\/how-to-change-php-upload_max_filesize-in-cpanel-account\\\/\",\"name\":\"How to change php upload_max_filesize in cPanel Account - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/01\\\/31\\\/how-to-change-php-upload_max_filesize-in-cpanel-account\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/01\\\/31\\\/how-to-change-php-upload_max_filesize-in-cpanel-account\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/Screen-Shot-2021-01-31-at-9.05.43-PM-1024x356.png\",\"datePublished\":\"2021-01-31T15:57:24+00:00\",\"dateModified\":\"2026-05-02T08:45:03+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/24ddfd756e23cf1ce3c8e5f0fb309e6b\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/01\\\/31\\\/how-to-change-php-upload_max_filesize-in-cpanel-account\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/01\\\/31\\\/how-to-change-php-upload_max_filesize-in-cpanel-account\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/01\\\/31\\\/how-to-change-php-upload_max_filesize-in-cpanel-account\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/Screen-Shot-2021-01-31-at-9.05.43-PM.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/Screen-Shot-2021-01-31-at-9.05.43-PM.png\",\"width\":1722,\"height\":598},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/01\\\/31\\\/how-to-change-php-upload_max_filesize-in-cpanel-account\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to change php upload_max_filesize in cPanel Account\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\",\"name\":\"PheonixSolutions Knowledge-Base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/24ddfd756e23cf1ce3c8e5f0fb309e6b\",\"name\":\"knowledge-base\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g\",\"caption\":\"knowledge-base\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/author\\\/knowledge-base\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to change php upload_max_filesize in cPanel Account - PheonixSolutions Knowledge-Base","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:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/","og_locale":"en_US","og_type":"article","og_title":"How to change php upload_max_filesize in cPanel Account - PheonixSolutions Knowledge-Base","og_description":"Introduction The upload_max_filesize directive in PHP controls the maximum size of files that can be uploaded to a server. In a cPanel environment, this limit is important for websites that handle media uploads such as images, videos, backups, or large documents. If the limit is too low, users may encounter upload errors. cPanel provides easy ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2021-01-31T15:57:24+00:00","article_modified_time":"2026-05-02T08:45:03+00:00","og_image":[{"width":1722,"height":598,"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.43-PM.png","type":"image\/png"}],"author":"knowledge-base","twitter_card":"summary_large_image","twitter_misc":{"Written by":"knowledge-base","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/"},"author":{"name":"knowledge-base","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/24ddfd756e23cf1ce3c8e5f0fb309e6b"},"headline":"How to change php upload_max_filesize in cPanel Account","datePublished":"2021-01-31T15:57:24+00:00","dateModified":"2026-05-02T08:45:03+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/"},"wordCount":256,"commentCount":0,"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.43-PM-1024x356.png","keywords":["PHP"],"articleSection":["Shared hosting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/","name":"How to change php upload_max_filesize in cPanel Account - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.43-PM-1024x356.png","datePublished":"2021-01-31T15:57:24+00:00","dateModified":"2026-05-02T08:45:03+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/24ddfd756e23cf1ce3c8e5f0fb309e6b"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/#primaryimage","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.43-PM.png","contentUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-31-at-9.05.43-PM.png","width":1722,"height":598},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/01\/31\/how-to-change-php-upload_max_filesize-in-cpanel-account\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How to change php upload_max_filesize in cPanel Account"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/","name":"PheonixSolutions Knowledge-Base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/24ddfd756e23cf1ce3c8e5f0fb309e6b","name":"knowledge-base","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g","caption":"knowledge-base"},"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/author\/knowledge-base\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/882","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=882"}],"version-history":[{"count":5,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/882\/revisions"}],"predecessor-version":[{"id":3506,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/882\/revisions\/3506"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=882"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=882"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=882"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}