{"id":37784,"date":"2024-06-15T16:00:27","date_gmt":"2024-06-15T15:00:27","guid":{"rendered":"https:\/\/airoserver.com\/?p=37784"},"modified":"2024-06-11T13:46:42","modified_gmt":"2024-06-11T12:46:42","slug":"how-to-enable-the-exif-extension-in-directadmin","status":"publish","type":"post","link":"https:\/\/airoserver.com\/fa\/blog\/how-to-enable-the-exif-extension-in-directadmin\/","title":{"rendered":"How to Enable the Exif Extension in DirectAdmin"},"content":{"rendered":"<h3>How to Enable the Exif Extension in DirectAdmin<\/h3>\n<p>How to enable the Exif extension in DirectAdmin? In this article, we will guide you through the process of installing and enabling the Exif extension in DirectAdmin on a CentOS 7 operating system with Apache web server.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-37799 size-full\" src=\"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-2-4.jpg\" alt=\"Enable Exif Extension in DirectAdmin\" width=\"1024\" height=\"550\" srcset=\"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-2-4.jpg 1024w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-2-4-300x161.jpg 300w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-2-4-768x413.jpg 768w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-2-4-18x10.jpg 18w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<h3>Step-by-Step Guide<\/h3>\n<p><strong>1.Connect to Your Server via SSH:<\/strong><\/p>\n<ul>\n<li>Use an SSH client to connect to your server and execute the following commands:<\/li>\n<\/ul>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\"><span class=\"hljs-built_in\">cd<\/span> \/usr\/local\/directadmin\/custombuild<br \/>\n.\/build used_configs | grep configure.php<br \/>\n<\/code><\/div>\n<\/div>\n<ul>\n<li>This command will show you the configuration file details. On our test system, it appeared as follows:<\/li>\n<\/ul>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-javascript\"><span class=\"hljs-variable constant_\">PHP<\/span> (additional) configuration <span class=\"hljs-attr\">file<\/span>: <span class=\"hljs-regexp\">\/usr\/<\/span>local\/directadmin\/custombuild\/configure\/suphp\/configure.<span class=\"hljs-property\">php56<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-37797 size-full\" src=\"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-4-1.jpg\" alt=\"Enable Exif Extension in DirectAdmin\" width=\"1024\" height=\"550\" srcset=\"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-4-1.jpg 1024w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-4-1-300x161.jpg 300w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-4-1-768x413.jpg 768w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-4-1-18x10.jpg 18w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p><strong>2.Modify Configuration Files:<\/strong><\/p>\n<ul>\n<li>Navigate to the custombuild directory and create a custom configuration directory:<\/li>\n<\/ul>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\"><span class=\"hljs-built_in\">cd<\/span> \/usr\/local\/directadmin\/custombuild<br \/>\n<span class=\"hljs-built_in\">mkdir<\/span> -p custom\/suphp<br \/>\n<\/code><\/div>\n<\/div>\n<ul>\n<li>Copy the existing configuration file to the custom directory:<\/li>\n<\/ul>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\"><span class=\"hljs-built_in\">cp<\/span> -fp configure\/suphp\/configure.php56 custom\/suphp\/configure.php56<br \/>\n<\/code><\/div>\n<\/div>\n<ul>\n<li>If your server uses a different setup (e.g., <code>ap2<\/code> instead of <code>suphp<\/code> or <code>php71<\/code> instead of <code>php56<\/code>), modify the commands accordingly.<\/li>\n<\/ul>\n<p><strong>3.Edit the Configuration File:<\/strong><\/p>\n<ul>\n<li>Open the copied configuration file for editing:<\/li>\n<\/ul>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\">vi custom\/suphp\/configure.php56<br \/>\n<\/code><\/div>\n<\/div>\n<ul>\n<li>Add the following line at the end of the file:<\/li>\n<\/ul>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-css\"><span class=\"hljs-attr\">--enable-exif<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<ul>\n<li>Ensure there is a backslash (<code>\\<\/code>) at the end of the previous command in the file.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-37796 size-full\" src=\"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-3.jpg\" alt=\"Enable Exif Extension in DirectAdmin\" width=\"1024\" height=\"550\" srcset=\"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-3.jpg 1024w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-3-300x161.jpg 300w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-3-768x413.jpg 768w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-3-18x10.jpg 18w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<p><strong>4.Rebuild PHP and Restart Apache:<\/strong><\/p>\n<ul>\n<li>Run the following commands to rebuild PHP and restart the Apache web server:<\/li>\n<\/ul>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\">.\/build php n<br \/>\nservice httpd restart<br \/>\n<\/code><\/div>\n<\/div>\n<p><strong>5.Verify the Installation:<\/strong><\/p>\n<ul>\n<li>To confirm the Exif extension is installed correctly, run the following command to see the list of active modules on your server:<\/li>\n<\/ul>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\">php -m<br \/>\n<\/code><\/div>\n<\/div>\n<ul>\n<li>If the installation was successful, you will see <code>exif<\/code> listed among the modules.<\/li>\n<\/ul>\n<h3>Conclusion<\/h3>\n<p>By following these steps, you can successfully install and enable the Exif extension in DirectAdmin on a CentOS 7 server with Apache. This will allow you to manage and read Exif data from images, enhancing the functionality of your server.<\/p>","protected":false},"excerpt":{"rendered":"<p>How to Enable the Exif Extension in DirectAdmin How to enable the Exif extension in DirectAdmin? In this article, we will guide you through the process of installing and enabling the Exif extension in DirectAdmin on a CentOS 7 operating system with Apache web server. Step-by-Step Guide 1.Connect to Your Server via SSH: Use an [&hellip;]<\/p>","protected":false},"author":26,"featured_media":37798,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-37784","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Enable the Exif Extension in DirectAdmin - Airoserver | Cloud Hosting Solutions<\/title>\n<meta name=\"description\" content=\"Install and enable the Exif extension in DirectAdmin on CentOS 7 with Apache. Follow this guide to enhance your server&#039;s functionality.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/airoserver.com\/fa\/blog\/how-to-enable-the-exif-extension-in-directadmin\/\" \/>\n<meta property=\"og:locale\" content=\"fa_IR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Enable the Exif Extension in DirectAdmin - Airoserver | Cloud Hosting Solutions\" \/>\n<meta property=\"og:description\" content=\"Install and enable the Exif extension in DirectAdmin on CentOS 7 with Apache. Follow this guide to enhance your server&#039;s functionality.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/airoserver.com\/fa\/blog\/how-to-enable-the-exif-extension-in-directadmin\/\" \/>\n<meta property=\"og:site_name\" content=\"Airoserver | Cloud Hosting Solutions\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-15T15:00:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-11T12:46:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-5.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"550\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Codinoob\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0646\u0648\u0634\u062a\u0647\u200c\u0634\u062f\u0647 \u0628\u062f\u0633\u062a\" \/>\n\t<meta name=\"twitter:data1\" content=\"Codinoob\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u0632\u0645\u0627\u0646 \u062a\u0642\u0631\u06cc\u0628\u06cc \u0628\u0631\u0627\u06cc \u062e\u0648\u0627\u0646\u062f\u0646\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u062f\u0642\u06cc\u0642\u0647\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/\"},\"author\":{\"name\":\"Codinoob\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/98c9f3c9d2d2baaf929d2c4a53462e97\"},\"headline\":\"How to Enable the Exif Extension in DirectAdmin\",\"datePublished\":\"2024-06-15T15:00:27+00:00\",\"dateModified\":\"2024-06-11T12:46:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/\"},\"wordCount\":263,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/airoserver.com\/#organization\"},\"articleSection\":[\"Blog\"],\"inLanguage\":\"fa-IR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/\",\"url\":\"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/\",\"name\":\"How to Enable the Exif Extension in DirectAdmin - Airoserver | Cloud Hosting Solutions\",\"isPartOf\":{\"@id\":\"https:\/\/airoserver.com\/#website\"},\"datePublished\":\"2024-06-15T15:00:27+00:00\",\"dateModified\":\"2024-06-11T12:46:42+00:00\",\"description\":\"Install and enable the Exif extension in DirectAdmin on CentOS 7 with Apache. Follow this guide to enhance your server's functionality.\",\"breadcrumb\":{\"@id\":\"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/#breadcrumb\"},\"inLanguage\":\"fa-IR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/airoserver.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Enable the Exif Extension in DirectAdmin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/airoserver.com\/#website\",\"url\":\"https:\/\/airoserver.com\/\",\"name\":\"Airoserver | Cloud Hosting Solutions\",\"description\":\"Cloud server | Dedicated server | Domain | Hosting| SSL | Virtual server | Airoserver\",\"publisher\":{\"@id\":\"https:\/\/airoserver.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/airoserver.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fa-IR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/airoserver.com\/#organization\",\"name\":\"Airoserver | Cloud Hosting Solutions\",\"url\":\"https:\/\/airoserver.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fa-IR\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png\",\"contentUrl\":\"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png\",\"width\":925,\"height\":880,\"caption\":\"Airoserver | Cloud Hosting Solutions\"},\"image\":{\"@id\":\"https:\/\/airoserver.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/98c9f3c9d2d2baaf929d2c4a53462e97\",\"name\":\"Codinoob\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fa-IR\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/016ea0daadd857a2718a67b0e8afc43ac449be1b2c2945db2414893811a00a97?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/016ea0daadd857a2718a67b0e8afc43ac449be1b2c2945db2414893811a00a97?s=96&d=mm&r=g\",\"caption\":\"Codinoob\"},\"sameAs\":[\"http:\/\/codinoob.ir\"],\"url\":\"https:\/\/airoserver.com\/fa\/author\/codinoob\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Enable the Exif Extension in DirectAdmin - Airoserver | Cloud Hosting Solutions","description":"Install and enable the Exif extension in DirectAdmin on CentOS 7 with Apache. Follow this guide to enhance your server's functionality.","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:\/\/airoserver.com\/fa\/blog\/how-to-enable-the-exif-extension-in-directadmin\/","og_locale":"fa_IR","og_type":"article","og_title":"How to Enable the Exif Extension in DirectAdmin - Airoserver | Cloud Hosting Solutions","og_description":"Install and enable the Exif extension in DirectAdmin on CentOS 7 with Apache. Follow this guide to enhance your server's functionality.","og_url":"https:\/\/airoserver.com\/fa\/blog\/how-to-enable-the-exif-extension-in-directadmin\/","og_site_name":"Airoserver | Cloud Hosting Solutions","article_published_time":"2024-06-15T15:00:27+00:00","article_modified_time":"2024-06-11T12:46:42+00:00","og_image":[{"width":1024,"height":550,"url":"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/Airoserver-article-5.jpg","type":"image\/jpeg"}],"author":"Codinoob","twitter_card":"summary_large_image","twitter_misc":{"\u0646\u0648\u0634\u062a\u0647\u200c\u0634\u062f\u0647 \u0628\u062f\u0633\u062a":"Codinoob","\u0632\u0645\u0627\u0646 \u062a\u0642\u0631\u06cc\u0628\u06cc \u0628\u0631\u0627\u06cc \u062e\u0648\u0627\u0646\u062f\u0646":"2 \u062f\u0642\u06cc\u0642\u0647"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/#article","isPartOf":{"@id":"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/"},"author":{"name":"Codinoob","@id":"https:\/\/airoserver.com\/#\/schema\/person\/98c9f3c9d2d2baaf929d2c4a53462e97"},"headline":"How to Enable the Exif Extension in DirectAdmin","datePublished":"2024-06-15T15:00:27+00:00","dateModified":"2024-06-11T12:46:42+00:00","mainEntityOfPage":{"@id":"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/"},"wordCount":263,"commentCount":0,"publisher":{"@id":"https:\/\/airoserver.com\/#organization"},"articleSection":["Blog"],"inLanguage":"fa-IR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/","url":"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/","name":"How to Enable the Exif Extension in DirectAdmin - Airoserver | Cloud Hosting Solutions","isPartOf":{"@id":"https:\/\/airoserver.com\/#website"},"datePublished":"2024-06-15T15:00:27+00:00","dateModified":"2024-06-11T12:46:42+00:00","description":"Install and enable the Exif extension in DirectAdmin on CentOS 7 with Apache. Follow this guide to enhance your server's functionality.","breadcrumb":{"@id":"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/#breadcrumb"},"inLanguage":"fa-IR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/airoserver.com\/blog\/how-to-enable-the-exif-extension-in-directadmin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/airoserver.com\/"},{"@type":"ListItem","position":2,"name":"How to Enable the Exif Extension in DirectAdmin"}]},{"@type":"WebSite","@id":"https:\/\/airoserver.com\/#website","url":"https:\/\/airoserver.com\/","name":"Airoserver | Cloud Hosting Solutions","description":"Cloud server | Dedicated server | Domain | Hosting| SSL | Virtual server | Airoserver","publisher":{"@id":"https:\/\/airoserver.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/airoserver.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fa-IR"},{"@type":"Organization","@id":"https:\/\/airoserver.com\/#organization","name":"Airoserver | Cloud Hosting Solutions","url":"https:\/\/airoserver.com\/","logo":{"@type":"ImageObject","inLanguage":"fa-IR","@id":"https:\/\/airoserver.com\/#\/schema\/logo\/image\/","url":"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png","contentUrl":"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png","width":925,"height":880,"caption":"Airoserver | Cloud Hosting Solutions"},"image":{"@id":"https:\/\/airoserver.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/airoserver.com\/#\/schema\/person\/98c9f3c9d2d2baaf929d2c4a53462e97","name":"Codinoob","image":{"@type":"ImageObject","inLanguage":"fa-IR","@id":"https:\/\/airoserver.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/016ea0daadd857a2718a67b0e8afc43ac449be1b2c2945db2414893811a00a97?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/016ea0daadd857a2718a67b0e8afc43ac449be1b2c2945db2414893811a00a97?s=96&d=mm&r=g","caption":"Codinoob"},"sameAs":["http:\/\/codinoob.ir"],"url":"https:\/\/airoserver.com\/fa\/author\/codinoob\/"}]}},"_links":{"self":[{"href":"https:\/\/airoserver.com\/fa\/wp-json\/wp\/v2\/posts\/37784","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/airoserver.com\/fa\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/airoserver.com\/fa\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/airoserver.com\/fa\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/airoserver.com\/fa\/wp-json\/wp\/v2\/comments?post=37784"}],"version-history":[{"count":0,"href":"https:\/\/airoserver.com\/fa\/wp-json\/wp\/v2\/posts\/37784\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/airoserver.com\/fa\/wp-json\/wp\/v2\/media\/37798"}],"wp:attachment":[{"href":"https:\/\/airoserver.com\/fa\/wp-json\/wp\/v2\/media?parent=37784"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/airoserver.com\/fa\/wp-json\/wp\/v2\/categories?post=37784"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/airoserver.com\/fa\/wp-json\/wp\/v2\/tags?post=37784"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}