{"id":36236,"date":"2019-02-18T13:54:24","date_gmt":"2019-02-18T13:54:24","guid":{"rendered":"https:\/\/xomultimedia.com\/blog\/?p=16695"},"modified":"2024-10-20T12:16:08","modified_gmt":"2024-10-20T12:16:08","slug":"fix-413-request-entity-too-large-error-2","status":"publish","type":"post","link":"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/","title":{"rendered":"WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ?"},"content":{"rendered":"\n<p>WordPress me 413 Request Entity Too large Error usually tab hota hi jub aap WordPress me theme ya plugin file ko upload karna chahte hai. Is article me hum aapko batayenge <em><strong><span style=\"text-decoration: underline;\">WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ?<\/span><\/strong><\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>WordPress Me 413 Request Entity Too Large Error Kyu Hota Hai ?<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/AyVhI9xR1Ty94PDKmf2CoyWGsnmfxNjW7fnnmGEyergonrK7xEdAac6_Ory_yqA9w4o_2oC6AFdtXzqYbjqf0Kz_r3KQQ8dgSzJif_MKFPylsQzJBEvS5bymYZP8QTJtekdw6_TI\" alt=\"413 request entity too large error \"\/><\/figure><\/div>\n\n\n\n<p>Normally zyadatar<a href=\"http:\/\/wpseekho.com\/top-web-hosting-providers\/\"> wordpress hosting companies<\/a> ke server configured hote hai jis wajah se wordpress user large images aur dusre media ko easily upload kar pate hai. Lekin kabhi kabhi ye setting large plugin aur theme ki files ko upload karne ke liye zyada nahi hote hai.<\/p>\n\n\n\n<p>Ye aapko media library me large files upload karne se rokta hai. Aise condition me aapko different message milega. jisme clearly<\/p>\n\n\n\n<p><strong>file size exceeds maximum allowed limit<\/strong> likha hoga.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/vMXtBTNH6cbBaIqWZPTk_dG-KdUPRKefItZ4SWEWAvwEB_eR5g4TYiO3ViDVl7LE19X-U2ibCfeQ2paH5WTwVQVXdXIVSN0FC91SBWa1cmHu4nOkWFI2C0E1xJjCvNdRlIcb8zWY\" alt=\"413 request entity too large error \"\/><\/figure><\/div>\n\n\n\n<p>To aaeye dekhte hai how to fix WordPress 413 request entity too large error.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ?<\/h2>\n\n\n\n<p>WordPress me 413 request entity too large error ko fix karne ke bahut sare method hai. Hum sabhi method ko aapko bata rahe hai aapke liye jo bhi method suitable ho aap use kar sakte hai.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Method 1. Increase Upload File Size Limit via Functions File<\/strong> :<\/h4>\n\n\n\n<p>Simply niche diye gaye code ko theme\u2019s functions.php file me add kar den.&nbsp;<br><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@ini_set( 'upload_max_size' , '64M' );\n@ini_set( 'post_max_size', '64M');\n@ini_set( 'max_execution_time', '300' );<\/code><\/pre>\n\n\n\n<p>Aaap upload_max_size aur post_max_size me value ko increase kar sakte hai. Aapko max_execution time ko increase karne ki zaroorat ho sakti hai. Agar aap unsure hai to aap is value ko double bhi kar sakte hai. <\/p>\n\n\n\n<p><strong>Method 2. Increase Upload File Size Limit <g class=\"gr_ gr_8 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace\" id=\"8\" data-gr-id=\"8\">via <g class=\"gr_ gr_7 gr-alert gr_gramm gr_inline_cards gr_run_anim Style replaceWithoutSep\" id=\"7\" data-gr-id=\"7\">.<\/g><\/g><g class=\"gr_ gr_5 gr-alert gr_spell gr_inline_cards gr_disable_anim_appear ContextualSpelling\" id=\"5\" data-gr-id=\"5\"><g class=\"gr_ gr_7 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style replaceWithoutSep\" id=\"7\" data-gr-id=\"7\">htacces<\/g><\/g> File<\/strong> :<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2019\/02\/tempsnip-71.png\" alt=\"fix the 413 request entity too large error\" class=\"wp-image-16701\" width=\"567\" height=\"359\" srcset=\"https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2019\/02\/tempsnip-71.png 1015w, https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2019\/02\/tempsnip-71-768x487.png 768w, https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2019\/02\/tempsnip-71-585x371.png 585w\" sizes=\"(max-width: 567px) 100vw, 567px\" \/><\/figure><\/div>\n\n\n\n<p>Is method me aapko .htaccess file ko edit karna hoga, aur aapko niche diye gaye code ko bottom me add karna hoga. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php_value upload_max_filesize 64M\nphp_value post_max_size 64M\nphp_value max_execution_time 300\nphp_value max_input_time 300<\/code><\/pre>\n\n\n\n<p>File upload size limit ko increase karne ke liye niche diye gaye link ko follow kare.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"http:\/\/wpseekho.com\/maximum-file-upload-size\/\">WordPress me Maximum File Upload Size kaise increase kare<\/a><\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Method 3. Manually Upload File via FTP<\/strong> :<\/h4>\n\n\n\n<p>Agar aapko kisi particular file ko upload karne me 413 error aa raha hai to Aap<a href=\"https:\/\/xomultimedia.com\/blog\/how-to-use-ftp-to-upload-files\/\"> FTP<\/a> ki help se file ko manually upload karne ke liye try kar sakte hai.<\/p>\n\n\n\n<p>Agar aap theme ko install karna chahte hai to aap<a href=\"https:\/\/xomultimedia.com\/blog\/install-wordpress-theme\/\"> theme ko install<\/a> karne ke guide ko dekhe aur phir theme ko upload karne ke liye FTP section Me move kare.<\/p>\n\n\n\n<p>Agar aap plugin ko install karna chahte hai to aap hamare<a href=\"http:\/\/wpseekho.com\/install-wordpress-plugin\/\"> plugin ko install karne<\/a> ke guide ko dekhe aur phir plugin ko install karne ke liye FTP section me move kare.<\/p>\n\n\n\n<p>Kisi dusre file ko install karne ke liye aap<a href=\"http:\/\/wpseekho.com\/how-to-use-ftp-to-upload-files\/\"> FTP method<\/a> ka use kar sakte hai.<\/p>\n\n\n\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"WPseekho || Dedicated WordPress Channel !\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/HYpXKWwzZiI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>To Doston bas itnahi, Ummid hai aapko ye article ( <strong><em><span style=\"text-decoration: underline;\">WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko<\/span><\/em><\/strong> <strong>)<\/strong> informative laga hoga. Agar aapka koi swaaal hai to aap humse comment section me pooch sakte hain. Apke liye ye (<strong> WordPress in Hindi <\/strong>) course design kiya gya hai, Is Website pe apko <strong>WordPress Complete Course<\/strong> Hindi me mil jyega, Agr aap WordPress se related videos dekhna chahte hain to aap hmare <a rel=\"noreferrer noopener\" href=\"https:\/\/www.youtube.com\/channel\/UCXXQSwgGNttFXK2vJe7l7KA\/videos?view_as=subscriber\" target=\"_blank\">WP Seekho YouTube Channel<\/a> par bhi visit kar sakte hain.    <\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Also Read:<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"http:\/\/wpseekho.com\/wordpress-kiyon-use-kare\/\"><strong>WordPress Kiyon Use Kare ?<\/strong><\/a><\/li><li><a href=\"http:\/\/wpseekho.com\/domain-name-kya-hota-hai\/\"><strong>Domain Name Kya Hota Hai?<\/strong><\/a><\/li><li><a href=\"http:\/\/wpseekho.com\/theme-kya-hota-hai\/\"><strong>Theme Kya Hota hai?<\/strong><\/a><\/li><li><a href=\"http:\/\/wpseekho.com\/subdomain-kya-hai\/\"><strong>Subdomain Kya hai?<\/strong><\/a><\/li><li><a href=\"http:\/\/wpseekho.com\/plugins-kya-hota-hai\/\"><strong>Plugins kya hota hai?<\/strong><\/a><\/li><li><a href=\"http:\/\/wpseekho.com\/hosting-kya-hota-hai\/\"><strong>Hosting Kya hota hai?<\/strong><\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>WordPress me 413 Request Entity Too large Error usually tab hota hi jub aap WordPress me theme ya plugin file ko upload karna chahte hai. Is article me hum aapko batayenge WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ? WordPress Me 413 Request Entity Too Large Error Kyu Hota Hai [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":32940,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10181,175],"tags":[10196,10195,10197,151],"class_list":["post-36236","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress-solution","category-wordpress","tag-billi4you","tag-hindi","tag-old","tag-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ?<\/title>\n<meta name=\"description\" content=\"WordPress me 413 Request Entity Too large Error usually tab hota hi jub aap WordPress me theme ya plugin file ko upload karna chahte hai.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ?\" \/>\n<meta property=\"og:description\" content=\"WordPress me 413 Request Entity Too large Error usually tab hota hi jub aap WordPress me theme ya plugin file ko upload karna chahte hai.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/\" \/>\n<meta property=\"og:site_name\" content=\"XO MULTIMEDIA Blogs\" \/>\n<meta property=\"article:published_time\" content=\"2019-02-18T13:54:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-20T12:16:08+00:00\" \/>\n<meta name=\"author\" content=\"XO MULTIMEDIA\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"XO MULTIMEDIA\" \/>\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:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/\"},\"author\":{\"name\":\"XO MULTIMEDIA\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/#\/schema\/person\/5a573fd1b904cd6033ada3a87cc7906e\"},\"headline\":\"WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ?\",\"datePublished\":\"2019-02-18T13:54:24+00:00\",\"dateModified\":\"2024-10-20T12:16:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/\"},\"wordCount\":544,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#primaryimage\"},\"thumbnailUrl\":\"\",\"keywords\":[\"Billi4You\",\"Hindi\",\"Old\",\"wordpress\"],\"articleSection\":[\"Solution\",\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/\",\"url\":\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/\",\"name\":\"WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ?\",\"isPartOf\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#primaryimage\"},\"thumbnailUrl\":\"\",\"datePublished\":\"2019-02-18T13:54:24+00:00\",\"dateModified\":\"2024-10-20T12:16:08+00:00\",\"description\":\"WordPress me 413 Request Entity Too large Error usually tab hota hi jub aap WordPress me theme ya plugin file ko upload karna chahte hai.\",\"breadcrumb\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#primaryimage\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xomultimedia.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/#website\",\"url\":\"https:\/\/xomultimedia.com\/blog\/\",\"name\":\"XO MULTIMEDIA Blogs\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xomultimedia.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/#organization\",\"name\":\"Billi4You\",\"url\":\"https:\/\/xomultimedia.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2018\/10\/Billi4you-Log.png\",\"contentUrl\":\"https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2018\/10\/Billi4you-Log.png\",\"width\":272,\"height\":90,\"caption\":\"Billi4You\"},\"image\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/#\/schema\/person\/5a573fd1b904cd6033ada3a87cc7906e\",\"name\":\"XO MULTIMEDIA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7411bb976454bf658331ae8b5563a80f17a36a09969f9a5f129b55ec63e83dab?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7411bb976454bf658331ae8b5563a80f17a36a09969f9a5f129b55ec63e83dab?s=96&d=monsterid&r=g\",\"caption\":\"XO MULTIMEDIA\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ?","description":"WordPress me 413 Request Entity Too large Error usually tab hota hi jub aap WordPress me theme ya plugin file ko upload karna chahte hai.","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:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/","og_locale":"en_US","og_type":"article","og_title":"WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ?","og_description":"WordPress me 413 Request Entity Too large Error usually tab hota hi jub aap WordPress me theme ya plugin file ko upload karna chahte hai.","og_url":"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/","og_site_name":"XO MULTIMEDIA Blogs","article_published_time":"2019-02-18T13:54:24+00:00","article_modified_time":"2024-10-20T12:16:08+00:00","author":"XO MULTIMEDIA","twitter_card":"summary_large_image","twitter_misc":{"Written by":"XO MULTIMEDIA","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#article","isPartOf":{"@id":"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/"},"author":{"name":"XO MULTIMEDIA","@id":"https:\/\/xomultimedia.com\/blog\/#\/schema\/person\/5a573fd1b904cd6033ada3a87cc7906e"},"headline":"WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ?","datePublished":"2019-02-18T13:54:24+00:00","dateModified":"2024-10-20T12:16:08+00:00","mainEntityOfPage":{"@id":"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/"},"wordCount":544,"commentCount":0,"publisher":{"@id":"https:\/\/xomultimedia.com\/blog\/#organization"},"image":{"@id":"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#primaryimage"},"thumbnailUrl":"","keywords":["Billi4You","Hindi","Old","wordpress"],"articleSection":["Solution","WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/","url":"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/","name":"WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ?","isPartOf":{"@id":"https:\/\/xomultimedia.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#primaryimage"},"image":{"@id":"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#primaryimage"},"thumbnailUrl":"","datePublished":"2019-02-18T13:54:24+00:00","dateModified":"2024-10-20T12:16:08+00:00","description":"WordPress me 413 Request Entity Too large Error usually tab hota hi jub aap WordPress me theme ya plugin file ko upload karna chahte hai.","breadcrumb":{"@id":"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#primaryimage","url":"","contentUrl":""},{"@type":"BreadcrumbList","@id":"https:\/\/xomultimedia.com\/blog\/fix-413-request-entity-too-large-error-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xomultimedia.com\/blog\/"},{"@type":"ListItem","position":2,"name":"WordPress Me Kaise Kare Fix 413 Request Entity Too Large Error Ko ?"}]},{"@type":"WebSite","@id":"https:\/\/xomultimedia.com\/blog\/#website","url":"https:\/\/xomultimedia.com\/blog\/","name":"XO MULTIMEDIA Blogs","description":"","publisher":{"@id":"https:\/\/xomultimedia.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xomultimedia.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xomultimedia.com\/blog\/#organization","name":"Billi4You","url":"https:\/\/xomultimedia.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xomultimedia.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2018\/10\/Billi4you-Log.png","contentUrl":"https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2018\/10\/Billi4you-Log.png","width":272,"height":90,"caption":"Billi4You"},"image":{"@id":"https:\/\/xomultimedia.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/xomultimedia.com\/blog\/#\/schema\/person\/5a573fd1b904cd6033ada3a87cc7906e","name":"XO MULTIMEDIA","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xomultimedia.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7411bb976454bf658331ae8b5563a80f17a36a09969f9a5f129b55ec63e83dab?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7411bb976454bf658331ae8b5563a80f17a36a09969f9a5f129b55ec63e83dab?s=96&d=monsterid&r=g","caption":"XO MULTIMEDIA"}}]}},"_links":{"self":[{"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/posts\/36236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/comments?post=36236"}],"version-history":[{"count":1,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/posts\/36236\/revisions"}],"predecessor-version":[{"id":37725,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/posts\/36236\/revisions\/37725"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/media?parent=36236"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/categories?post=36236"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/tags?post=36236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}