{"id":1402,"date":"2019-11-21T10:18:56","date_gmt":"2019-11-21T04:48:56","guid":{"rendered":"https:\/\/www.itsupportwale.com\/blog\/?p=1402"},"modified":"2026-02-17T15:57:03","modified_gmt":"2026-02-17T10:27:03","slug":"fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm","status":"publish","type":"post","link":"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/","title":{"rendered":"Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM"},"content":{"rendered":"\n<p>Every time when I configure a new Website or blog with Nginx and PHP-FPM, I missed this setting and then spend a lot of time searching for this issue on google. And every time I found the same issue which I will cover in this article. <\/p>\n\n\n\n<p>Before applying this fix you should check your access and error logs of Nginx. If you did not get any error in the error log and get HTTP status 200\/OK in the access log. But still, you get the blank pages on all PHP pages then this fix will solve your problem.<\/p>\n\n\n\n<p>So as always we will do it in few simple steps. At the very first step lets see our site config for WordPress blogs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Location block config for all PHP files<\/h2>\n\n\n\n<p>Below is the location block I used for WordPress Blogs.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>location ~ \\.php$ {\n        try_files $uri \/index.php =404;\n        fastcgi_pass unix:\/run\/php\/php7.3-fpm.sock;\n        fastcgi_index index.php;\n        include fastcgi_params;\n}<\/code><\/pre>\n\n\n\n<p>Here I include the <strong>fastcgi_params<\/strong> from <strong>ngx_http_fastcgi_module<\/strong> of Nginx. But I forgot to add the next line in the required file.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Add the fastcgi_param in the config file<\/h2>\n\n\n\n<p>We just have to open the <strong>\/etc\/nginx\/fastcgi_params<\/strong> file and add the below line at the end of the file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;<\/code><\/pre>\n\n\n\n<p>OR you can directly pass this line by the below command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>echo \"fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;\" >> \/etc\/nginx\/fastcgi_params<\/code><\/pre>\n\n\n\n<p>Now restart the PHP-FPM service and Nginx Service using the below commands.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl restart php7.3-fpm\nsystemctl restart nginx<\/code><\/pre>\n\n\n\n<p><strong>Note: if you have a different version of PHP-FPM then you have to use that in place of 7.3<\/strong><\/p>\n\n\n\n<p>As states on <a rel=\"noreferrer noopener\" aria-label=\"Nginx Docs (opens in a new tab)\" href=\"http:\/\/nginx.org\/en\/docs\/http\/ngx_http_fastcgi_module.html#fastcgi_param\" target=\"_blank\">Nginx Docs<\/a>, the parameter should be passed to the FastCGI server. After applying this fix your PHP pages should work. If not then you probably had another issue. You can ask in the comment if your site still not working I will try to resolve the issue for you.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Also Read: <a href=\"https:\/\/itsupportwale.com\/blog\/disable-gnome-animation-on-ubuntu\/\" target=\"_blank\" rel=\"noreferrer noopener\" label=\"DISABLE GNOME animation on Ubuntu (opens in a new tab)\">DISABLE GNOME animation on Ubuntu<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Every time when I configure a new Website or blog with Nginx and PHP-FPM, I missed this setting and then spend a lot of time searching for this issue on google. And every time I found the same issue which I will cover in this article. Before applying this fix you should check your access &#8230; <a title=\"Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM\" class=\"read-more\" href=\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/\" aria-label=\"Read more  on Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":1414,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[69,377,258,68],"tags":[379,380,378,381,382],"class_list":["post-1402","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-fixed-erros","category-nginx","category-php","category-tips","tag-nginx-php-not-working","tag-nginx-php-fpm","tag-nginx-return-blank-page","tag-php-fpm-empty-reply-from-server","tag-wordpress-nginx-blank-page"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM - ITSupportWale<\/title>\n<meta name=\"description\" content=\"If you get HTTP status 200\/OK in the access log. But still, you get the blank pages on all PHP pages then this fix will solve your problem.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM - ITSupportWale\" \/>\n<meta property=\"og:description\" content=\"If you get HTTP status 200\/OK in the access log. But still, you get the blank pages on all PHP pages then this fix will solve your problem.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/\" \/>\n<meta property=\"og:site_name\" content=\"ITSupportWale\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Itsupportwale-298547177495978\" \/>\n<meta property=\"article:published_time\" content=\"2019-11-21T04:48:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-17T10:27:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2019\/11\/Nginx-showing-blank-PHP-pages-banner.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"864\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Techie\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Techie\" \/>\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:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/\"},\"author\":{\"name\":\"Techie\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/#\/schema\/person\/8c5a2b3d36396e0a8fd91ec8242fd46d\"},\"headline\":\"Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM\",\"datePublished\":\"2019-11-21T04:48:56+00:00\",\"dateModified\":\"2026-02-17T10:27:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/\"},\"wordCount\":306,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2019\/11\/Nginx-showing-blank-PHP-pages-banner.jpg\",\"keywords\":[\"nginx php not working\",\"nginx php-fpm\",\"nginx return blank page\",\"php fpm empty reply from server\",\"wordpress nginx blank page\"],\"articleSection\":[\"fixed-erros\",\"Nginx\",\"php\",\"Tips\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/\",\"url\":\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/\",\"name\":\"Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM - ITSupportWale\",\"isPartOf\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2019\/11\/Nginx-showing-blank-PHP-pages-banner.jpg\",\"datePublished\":\"2019-11-21T04:48:56+00:00\",\"dateModified\":\"2026-02-17T10:27:03+00:00\",\"description\":\"If you get HTTP status 200\/OK in the access log. But still, you get the blank pages on all PHP pages then this fix will solve your problem.\",\"breadcrumb\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#primaryimage\",\"url\":\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2019\/11\/Nginx-showing-blank-PHP-pages-banner.jpg\",\"contentUrl\":\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2019\/11\/Nginx-showing-blank-PHP-pages-banner.jpg\",\"width\":864,\"height\":450,\"caption\":\"Nginx-showing-blank-PHP-pages-banner\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/itsupportwale.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/#website\",\"url\":\"https:\/\/itsupportwale.com\/blog\/\",\"name\":\"ITSupportWale\",\"description\":\"Tips, Tricks, Fixed-Errors, Tutorials &amp; Guides\",\"publisher\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/itsupportwale.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/#organization\",\"name\":\"itsupportwale\",\"url\":\"https:\/\/itsupportwale.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2023\/09\/cropped-Logo-trans-without-slogan.png\",\"contentUrl\":\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2023\/09\/cropped-Logo-trans-without-slogan.png\",\"width\":1119,\"height\":144,\"caption\":\"itsupportwale\"},\"image\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Itsupportwale-298547177495978\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/#\/schema\/person\/8c5a2b3d36396e0a8fd91ec8242fd46d\",\"name\":\"Techie\",\"sameAs\":[\"https:\/\/itsupportwale.com\",\"iswblogadmin\"],\"url\":\"https:\/\/itsupportwale.com\/blog\/author\/iswblogadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM - ITSupportWale","description":"If you get HTTP status 200\/OK in the access log. But still, you get the blank pages on all PHP pages then this fix will solve your problem.","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:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/","og_locale":"en_US","og_type":"article","og_title":"Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM - ITSupportWale","og_description":"If you get HTTP status 200\/OK in the access log. But still, you get the blank pages on all PHP pages then this fix will solve your problem.","og_url":"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/","og_site_name":"ITSupportWale","article_publisher":"https:\/\/www.facebook.com\/Itsupportwale-298547177495978","article_published_time":"2019-11-21T04:48:56+00:00","article_modified_time":"2026-02-17T10:27:03+00:00","og_image":[{"width":864,"height":450,"url":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2019\/11\/Nginx-showing-blank-PHP-pages-banner.jpg","type":"image\/jpeg"}],"author":"Techie","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Techie","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#article","isPartOf":{"@id":"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/"},"author":{"name":"Techie","@id":"https:\/\/itsupportwale.com\/blog\/#\/schema\/person\/8c5a2b3d36396e0a8fd91ec8242fd46d"},"headline":"Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM","datePublished":"2019-11-21T04:48:56+00:00","dateModified":"2026-02-17T10:27:03+00:00","mainEntityOfPage":{"@id":"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/"},"wordCount":306,"commentCount":3,"publisher":{"@id":"https:\/\/itsupportwale.com\/blog\/#organization"},"image":{"@id":"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#primaryimage"},"thumbnailUrl":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2019\/11\/Nginx-showing-blank-PHP-pages-banner.jpg","keywords":["nginx php not working","nginx php-fpm","nginx return blank page","php fpm empty reply from server","wordpress nginx blank page"],"articleSection":["fixed-erros","Nginx","php","Tips"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/","url":"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/","name":"Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM - ITSupportWale","isPartOf":{"@id":"https:\/\/itsupportwale.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#primaryimage"},"image":{"@id":"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#primaryimage"},"thumbnailUrl":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2019\/11\/Nginx-showing-blank-PHP-pages-banner.jpg","datePublished":"2019-11-21T04:48:56+00:00","dateModified":"2026-02-17T10:27:03+00:00","description":"If you get HTTP status 200\/OK in the access log. But still, you get the blank pages on all PHP pages then this fix will solve your problem.","breadcrumb":{"@id":"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#primaryimage","url":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2019\/11\/Nginx-showing-blank-PHP-pages-banner.jpg","contentUrl":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2019\/11\/Nginx-showing-blank-PHP-pages-banner.jpg","width":864,"height":450,"caption":"Nginx-showing-blank-PHP-pages-banner"},{"@type":"BreadcrumbList","@id":"https:\/\/itsupportwale.com\/blog\/fixed-nginx-showing-blank-php-pages-with-fastcgi-or-php-fpm\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/itsupportwale.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM"}]},{"@type":"WebSite","@id":"https:\/\/itsupportwale.com\/blog\/#website","url":"https:\/\/itsupportwale.com\/blog\/","name":"ITSupportWale","description":"Tips, Tricks, Fixed-Errors, Tutorials &amp; Guides","publisher":{"@id":"https:\/\/itsupportwale.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/itsupportwale.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/itsupportwale.com\/blog\/#organization","name":"itsupportwale","url":"https:\/\/itsupportwale.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itsupportwale.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2023\/09\/cropped-Logo-trans-without-slogan.png","contentUrl":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2023\/09\/cropped-Logo-trans-without-slogan.png","width":1119,"height":144,"caption":"itsupportwale"},"image":{"@id":"https:\/\/itsupportwale.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Itsupportwale-298547177495978"]},{"@type":"Person","@id":"https:\/\/itsupportwale.com\/blog\/#\/schema\/person\/8c5a2b3d36396e0a8fd91ec8242fd46d","name":"Techie","sameAs":["https:\/\/itsupportwale.com","iswblogadmin"],"url":"https:\/\/itsupportwale.com\/blog\/author\/iswblogadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/posts\/1402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/comments?post=1402"}],"version-history":[{"count":2,"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/posts\/1402\/revisions"}],"predecessor-version":[{"id":4658,"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/posts\/1402\/revisions\/4658"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/media\/1414"}],"wp:attachment":[{"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/media?parent=1402"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/categories?post=1402"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/tags?post=1402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}