{"id":819,"date":"2022-12-19T15:44:40","date_gmt":"2022-12-19T22:44:40","guid":{"rendered":"https:\/\/rewaant.com\/blog\/?p=819"},"modified":"2022-12-19T15:56:31","modified_gmt":"2022-12-19T22:56:31","slug":"increase-php-upload-limit-apache","status":"publish","type":"post","link":"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/","title":{"rendered":"How to increase PHP upload limit (Apache)"},"content":{"rendered":"\n<h3 class=\"table-of-contents wp-block-heading\">Table of Contents<\/h3>\n\n\n\n<ol class=\"table-of-contents-list wp-block-list\">\n<li><a href=\"#overview\">Overview<\/a><\/li>\n\n\n\n<li><a href=\"#steps\">Steps<\/a><\/li>\n\n\n\n<li><a href=\"#conclusion\">Conclusion<\/a><\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"overview\">Overview<\/h2>\n\n\n\n<p>You\u2019ve probably found yourself in a predicament where you have to upload a file to a PHP application like WordPress or PHPMyAdmin but the default server configuration only allows you to upload files up to 2048 Kbs or 2Mibs. In this short how-to, we\u2019ll quickly explain how you can increase this limit. We\u2019ll be demonstrating this on an AWS EC2 instance running Ubuntu 22.04.<\/p>\n\n\n\n<p>Let\u2019s cut to the chase\u2026<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"steps\">Steps<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Connect to your server using SSH. If you don\u2019t know how, please follow our guide on <a href=\"#\">How to connect to a virtual server using SSH<\/a>.<\/li>\n\n\n\n<li>Once connected, navigate to the directory containing your <code>php.ini<\/code> configuration file. This should be <code>\/etc\/php\/[php_ver]\/apache2<\/code> which in our case is <code>\/etc\/php\/8.1\/apache2<\/code> as this server is using PHP version 8.1. Use <code>cd \/etc\/php\/[php_ver]\/apache2<\/code> to navigate and <code>sudo vim php.ini<\/code> to open the file in the vim editor. You can also use the nano text editor if you prefer.<\/li>\n\n\n\n<li>Find the directive <code>upload_max_filesize = 2M<\/code> and change this line to <code>upload_max_filesize = 128M<\/code><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"545\" src=\"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/php.ini_-1024x545.png\" alt=\"\" class=\"wp-image-820\" srcset=\"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/php.ini_-980x522.png 980w, https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/php.ini_-480x256.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>Next, find <code>max post_max_size = 8M<\/code> and change this line to <code>post_max_size = 128M<\/code> as well. Please note in some installations, these directives can have different values as per default or set by a sys admin. The initial values like <code>2M<\/code> and <code>8M<\/code> are just for reference. What matters is we\u2019re switching it to <code>128M<\/code> which should suffice for most basic use cases.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"545\" src=\"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/php.ini-2-1024x545.png\" alt=\"\" class=\"wp-image-821\" srcset=\"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/php.ini-2-980x522.png 980w, https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/php.ini-2-480x256.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"5\">\n<li>Exit the editor and restart apache with <code>sudo service apache2 restart<\/code>. This should reflect the changes.<\/li>\n\n\n\n<li>Logging in to PHPMyAdmin shows us that we can indeed upload files up to <code>128M<\/code> in size.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"545\" src=\"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/phpmyadmin-import-page-1024x545.png\" alt=\"\" class=\"wp-image-822\" srcset=\"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/phpmyadmin-import-page-980x522.png 980w, https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/phpmyadmin-import-page-480x256.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n\n<p>We should now have PHP applications accept files as big as <code>128MiB<\/code> to be uploaded. Keep in mind these changes reflect in the complete server environment. If you\u2019re running an application within some sort of virtualization like a Docker image, you need to make changes in there accordingly.<\/p>\n\n\n\n<p>Stay tuned for our upcoming how-to\u2019s and technical guides.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A brief how-to for increasing upload limit for you PHP application served by an Apache host.<\/p>\n","protected":false},"author":1,"featured_media":826,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"footnotes":""},"categories":[18],"tags":[],"class_list":["post-819","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-server-admin"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to increase PHP upload limit (Apache) - Rewaant | Blog | Web &amp; Mobile Dev Tidbits<\/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:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to increase PHP upload limit (Apache) - Rewaant | Blog | Web &amp; Mobile Dev Tidbits\" \/>\n<meta property=\"og:description\" content=\"A brief how-to for increasing upload limit for you PHP application served by an Apache host.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/\" \/>\n<meta property=\"og:site_name\" content=\"Rewaant | Blog | Web &amp; Mobile Dev Tidbits\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-19T22:44:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-19T22:56:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/increase_php_upload_limit.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"588\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Rewaant Chhabra\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rewaantllc\" \/>\n<meta name=\"twitter:site\" content=\"@rewaantllc\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rewaant Chhabra\" \/>\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:\\\/\\\/rewaant.com\\\/blog\\\/increase-php-upload-limit-apache\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/increase-php-upload-limit-apache\\\/\"},\"author\":{\"name\":\"Rewaant Chhabra\",\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/#\\\/schema\\\/person\\\/ba855e29fc3aef528547d8cc5d574754\"},\"headline\":\"How to increase PHP upload limit (Apache)\",\"datePublished\":\"2022-12-19T22:44:40+00:00\",\"dateModified\":\"2022-12-19T22:56:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/increase-php-upload-limit-apache\\\/\"},\"wordCount\":309,\"publisher\":{\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/increase-php-upload-limit-apache\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/increase_php_upload_limit.png\",\"articleSection\":[\"Server Administration\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/increase-php-upload-limit-apache\\\/\",\"url\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/increase-php-upload-limit-apache\\\/\",\"name\":\"How to increase PHP upload limit (Apache) - Rewaant | Blog | Web &amp; Mobile Dev Tidbits\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/increase-php-upload-limit-apache\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/increase-php-upload-limit-apache\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/increase_php_upload_limit.png\",\"datePublished\":\"2022-12-19T22:44:40+00:00\",\"dateModified\":\"2022-12-19T22:56:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/increase-php-upload-limit-apache\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rewaant.com\\\/blog\\\/increase-php-upload-limit-apache\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/increase-php-upload-limit-apache\\\/#primaryimage\",\"url\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/increase_php_upload_limit.png\",\"contentUrl\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/increase_php_upload_limit.png\",\"width\":1024,\"height\":588},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/increase-php-upload-limit-apache\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to increase PHP upload limit (Apache)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/\",\"name\":\"Rewaant | Blog | Web &amp; Mobile Dev Tidbits\",\"description\":\"Web &amp; Mobile Dev Tidbits\",\"publisher\":{\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/#organization\",\"name\":\"Rewaant | Blog | Web &amp; Mobile Dev Tidbits\",\"url\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/rewaant_logo.png\",\"contentUrl\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/rewaant_logo.png\",\"width\":544,\"height\":544,\"caption\":\"Rewaant | Blog | Web &amp; Mobile Dev Tidbits\"},\"image\":{\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/rewaantllc\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/rewaantllc\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/#\\\/schema\\\/person\\\/ba855e29fc3aef528547d8cc5d574754\",\"name\":\"Rewaant Chhabra\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a0645ed92498626e9f50d57143ac2213945fe137a73a9885e4f7e7199015b8bf?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a0645ed92498626e9f50d57143ac2213945fe137a73a9885e4f7e7199015b8bf?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a0645ed92498626e9f50d57143ac2213945fe137a73a9885e4f7e7199015b8bf?s=96&d=mm&r=g\",\"caption\":\"Rewaant Chhabra\"},\"sameAs\":[\"https:\\\/\\\/rewaant.com\\\/blog\"],\"url\":\"https:\\\/\\\/rewaant.com\\\/blog\\\/author\\\/rewaant\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to increase PHP upload limit (Apache) - Rewaant | Blog | Web &amp; Mobile Dev Tidbits","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:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/","og_locale":"en_US","og_type":"article","og_title":"How to increase PHP upload limit (Apache) - Rewaant | Blog | Web &amp; Mobile Dev Tidbits","og_description":"A brief how-to for increasing upload limit for you PHP application served by an Apache host.","og_url":"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/","og_site_name":"Rewaant | Blog | Web &amp; Mobile Dev Tidbits","article_published_time":"2022-12-19T22:44:40+00:00","article_modified_time":"2022-12-19T22:56:31+00:00","og_image":[{"width":1024,"height":588,"url":"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/increase_php_upload_limit.png","type":"image\/png"}],"author":"Rewaant Chhabra","twitter_card":"summary_large_image","twitter_creator":"@rewaantllc","twitter_site":"@rewaantllc","twitter_misc":{"Written by":"Rewaant Chhabra","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/#article","isPartOf":{"@id":"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/"},"author":{"name":"Rewaant Chhabra","@id":"https:\/\/rewaant.com\/blog\/#\/schema\/person\/ba855e29fc3aef528547d8cc5d574754"},"headline":"How to increase PHP upload limit (Apache)","datePublished":"2022-12-19T22:44:40+00:00","dateModified":"2022-12-19T22:56:31+00:00","mainEntityOfPage":{"@id":"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/"},"wordCount":309,"publisher":{"@id":"https:\/\/rewaant.com\/blog\/#organization"},"image":{"@id":"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/#primaryimage"},"thumbnailUrl":"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/increase_php_upload_limit.png","articleSection":["Server Administration"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/","url":"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/","name":"How to increase PHP upload limit (Apache) - Rewaant | Blog | Web &amp; Mobile Dev Tidbits","isPartOf":{"@id":"https:\/\/rewaant.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/#primaryimage"},"image":{"@id":"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/#primaryimage"},"thumbnailUrl":"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/increase_php_upload_limit.png","datePublished":"2022-12-19T22:44:40+00:00","dateModified":"2022-12-19T22:56:31+00:00","breadcrumb":{"@id":"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/#primaryimage","url":"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/increase_php_upload_limit.png","contentUrl":"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2022\/12\/increase_php_upload_limit.png","width":1024,"height":588},{"@type":"BreadcrumbList","@id":"https:\/\/rewaant.com\/blog\/increase-php-upload-limit-apache\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rewaant.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to increase PHP upload limit (Apache)"}]},{"@type":"WebSite","@id":"https:\/\/rewaant.com\/blog\/#website","url":"https:\/\/rewaant.com\/blog\/","name":"Rewaant | Blog | Web &amp; Mobile Dev Tidbits","description":"Web &amp; Mobile Dev Tidbits","publisher":{"@id":"https:\/\/rewaant.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rewaant.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/rewaant.com\/blog\/#organization","name":"Rewaant | Blog | Web &amp; Mobile Dev Tidbits","url":"https:\/\/rewaant.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rewaant.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2021\/09\/rewaant_logo.png","contentUrl":"https:\/\/rewaant.com\/blog\/wp-content\/uploads\/2021\/09\/rewaant_logo.png","width":544,"height":544,"caption":"Rewaant | Blog | Web &amp; Mobile Dev Tidbits"},"image":{"@id":"https:\/\/rewaant.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/rewaantllc","https:\/\/www.linkedin.com\/company\/rewaantllc\/"]},{"@type":"Person","@id":"https:\/\/rewaant.com\/blog\/#\/schema\/person\/ba855e29fc3aef528547d8cc5d574754","name":"Rewaant Chhabra","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a0645ed92498626e9f50d57143ac2213945fe137a73a9885e4f7e7199015b8bf?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a0645ed92498626e9f50d57143ac2213945fe137a73a9885e4f7e7199015b8bf?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0645ed92498626e9f50d57143ac2213945fe137a73a9885e4f7e7199015b8bf?s=96&d=mm&r=g","caption":"Rewaant Chhabra"},"sameAs":["https:\/\/rewaant.com\/blog"],"url":"https:\/\/rewaant.com\/blog\/author\/rewaant\/"}]}},"_links":{"self":[{"href":"https:\/\/rewaant.com\/blog\/wp-json\/wp\/v2\/posts\/819","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rewaant.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rewaant.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rewaant.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rewaant.com\/blog\/wp-json\/wp\/v2\/comments?post=819"}],"version-history":[{"count":2,"href":"https:\/\/rewaant.com\/blog\/wp-json\/wp\/v2\/posts\/819\/revisions"}],"predecessor-version":[{"id":825,"href":"https:\/\/rewaant.com\/blog\/wp-json\/wp\/v2\/posts\/819\/revisions\/825"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rewaant.com\/blog\/wp-json\/wp\/v2\/media\/826"}],"wp:attachment":[{"href":"https:\/\/rewaant.com\/blog\/wp-json\/wp\/v2\/media?parent=819"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rewaant.com\/blog\/wp-json\/wp\/v2\/categories?post=819"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rewaant.com\/blog\/wp-json\/wp\/v2\/tags?post=819"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}