{"id":106,"date":"2011-12-17T15:28:00","date_gmt":"2011-12-17T15:28:00","guid":{"rendered":"http:\/\/pheonixsolutions.com\/?p=106"},"modified":"2026-04-13T17:14:15","modified_gmt":"2026-04-13T11:44:15","slug":"plesk-back-end-files","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/plesk-back-end-files\/","title":{"rendered":"Plesk Backend Files and Paths"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Plesk is a web hosting control panel used to manage websites, domains, mail services, and server configurations. For system administrators, knowing backend file locations helps in troubleshooting and managing services efficiently.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p>Before accessing Plesk backend files, ensure you have:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Root or SSH access to the server<\/li>\n\n\n\n<li>Basic knowledge of Linux file system<\/li>\n\n\n\n<li>Plesk installed on the server<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Implementation<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Plesk Core Files<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\/usr\/local\/psa<\/code> \u2192 Plesk root directory<\/li>\n\n\n\n<li><code>\/usr\/local\/psa\/version<\/code> \u2192 Plesk version<\/li>\n\n\n\n<li><code>\/etc\/psa\/.psa.shadow<\/code> \u2192 Admin password<\/li>\n\n\n\n<li><code>\/etc\/psa\/psa.conf<\/code> \u2192 Configuration file<\/li>\n<\/ul>\n\n\n\n<p>Restart Plesk: <br><code>\/etc\/rc.d\/init.d\/plesk restart<\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Apache (Web Server)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\/etc\/httpd\/conf\/httpd.conf<\/code> \u2192 Main config<\/li>\n\n\n\n<li><code>\/etc\/httpd\/conf.d\/zz010_psa_httpd.conf<\/code> \u2192 Plesk config<\/li>\n\n\n\n<li><code>\/etc\/httpd\/conf.d\/<\/code> \u2192 Additional configs<\/li>\n\n\n\n<li><code>\/usr\/local\/psa\/admin\/bin\/httpsdctl start<\/code> \u2192 Start service<\/li>\n\n\n\n<li>Logs: <code>\/var\/log\/httpd<\/code><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">3. PHP<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\/etc\/php.ini<\/code> \u2192 PHP config<\/li>\n\n\n\n<li><code>\/etc\/php.d<\/code> \u2192 PHP modules<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">4. DNS (Named)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\/var\/named\/run-root\/etc\/named.conf<\/code> \u2192 Config file<\/li>\n\n\n\n<li><code>\/var\/named\/run-root\/var\/domain.com<\/code> \u2192 DNS records<\/li>\n\n\n\n<li>Logs: <code>\/var\/log\/messages<\/code><\/li>\n<\/ul>\n\n\n\n<p>Restart: <br><code>\/etc\/init.d\/named restart<\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. FTP<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\/etc\/proftpd.conf<\/code> \u2192 FTP config<\/li>\n\n\n\n<li>Logs: <code>\/var\/log\/messages<\/code><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">6. MySQL<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\/var\/lib\/mysql<\/code> \u2192 Databases<\/li>\n\n\n\n<li><code>\/etc\/my.cnf<\/code> \u2192 Configuration<\/li>\n\n\n\n<li>Logs: <code>\/var\/log\/mysqld.log<\/code><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">7. Mail Server<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\/var\/qmail<\/code> \u2192 Mail service directory<\/li>\n\n\n\n<li><code>\/var\/qmail\/mailnames\/domain.com<\/code> \u2192 Domain mail data<\/li>\n\n\n\n<li>Logs: <code>\/var\/log\/maillog<\/code><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">8. Domain Directory Structure<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\/var\/www\/vhosts\/domain.com<\/code> \u2192 Home directory<\/li>\n\n\n\n<li><code>\/httpdocs<\/code> \u2192 Website files<\/li>\n\n\n\n<li><code>\/httpsdocs<\/code> \u2192 Secure site files<\/li>\n\n\n\n<li><code>\/subdomains<\/code> \u2192 Subdomains<\/li>\n\n\n\n<li><code>\/conf\/httpd.include<\/code> \u2192 Domain config<\/li>\n\n\n\n<li><code>\/statistics\/logs<\/code> \u2192 Domain logs<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">9. Accessing Plesk<\/h3>\n\n\n\n<p>Login URL:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">https:\/\/server-ip:8443<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">10. Plesk User Levels<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Administrator<\/strong> \u2192 Full server control<\/li>\n\n\n\n<li><strong>Client\/Reseller<\/strong> \u2192 Manage domains &amp; users<\/li>\n\n\n\n<li><strong>Domain Owner<\/strong> \u2192 Manage single domain<\/li>\n\n\n\n<li><strong>Mail User<\/strong> \u2192 Manage email account<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">11.Software Components<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Stats: Webalizer, AWStats<\/li>\n\n\n\n<li>DNS: Bind<\/li>\n\n\n\n<li>Web Server: Apache<\/li>\n\n\n\n<li>FTP: ProFTPD<\/li>\n\n\n\n<li>Mail: Qmail \/ MySQL \/ PostgreSQL<\/li>\n\n\n\n<li>IMAP\/POP: Courier<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">12. Hosting Types<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Physical Hosting<\/strong> \u2192 Hosted on same server<\/li>\n\n\n\n<li><strong>Standard Forwarding<\/strong> \u2192 URL redirects<\/li>\n\n\n\n<li><strong>Frame Forwarding<\/strong> \u2192 URL stays same<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">13. Backup<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Backup all data: <code>\/plesk_installation_directory\/bin\/pleskbackup all<\/code><\/li>\n\n\n\n<li>Backup clients: <code>\/plesk_installation_directory\/bin\/pleskbackup clients<\/code><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Understanding Plesk backend file paths helps administrators manage configurations, troubleshoot issues, and maintain hosting environments efficiently. With proper access, you can quickly locate and control services across the server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Plesk is a web hosting control panel used to manage websites, domains, mail services, and server configurations. For system administrators, knowing backend file locations helps in troubleshooting and managing services efficiently. Prerequisites Before accessing Plesk backend files, ensure you have: Implementation 1. Plesk Core Files Restart Plesk: \/etc\/rc.d\/init.d\/plesk restart&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/plesk-back-end-files\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">Plesk Backend Files and Paths<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":{"0":"post-106","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-uncategorized","7":"h-entry","9":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pheonix Solutions - We Empower Your Business Growth<\/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\/blog\/plesk-back-end-files\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pheonix Solutions - We Empower Your Business Growth\" \/>\n<meta property=\"og:description\" content=\"Introduction Plesk is a web hosting control panel used to manage websites, domains, mail services, and server configurations. For system administrators, knowing backend file locations helps in troubleshooting and managing services efficiently. Prerequisites Before accessing Plesk backend files, ensure you have: Implementation 1. Plesk Core Files Restart Plesk: \/etc\/rc.d\/init.d\/plesk restart&hellip; Continue Reading Plesk Backend Files and Paths\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/plesk-back-end-files\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-12-17T15:28:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-13T11:44:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/09\/PX2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"3837\" \/>\n\t<meta property=\"og:image:height\" content=\"2540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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\\\/blog\\\/plesk-back-end-files\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/plesk-back-end-files\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ffa33d73c869faec2d50e79c24e3503\"},\"headline\":\"Plesk Backend Files and Paths\",\"datePublished\":\"2011-12-17T15:28:00+00:00\",\"dateModified\":\"2026-04-13T11:44:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/plesk-back-end-files\\\/\"},\"wordCount\":235,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/plesk-back-end-files\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/plesk-back-end-files\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/plesk-back-end-files\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"datePublished\":\"2011-12-17T15:28:00+00:00\",\"dateModified\":\"2026-04-13T11:44:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/plesk-back-end-files\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/plesk-back-end-files\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/plesk-back-end-files\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Plesk Backend Files and Paths\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ffa33d73c869faec2d50e79c24e3503\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\\\/\\\/blog.pheonixsolutions.com\"],\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pheonix Solutions - We Empower Your Business Growth","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\/blog\/plesk-back-end-files\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"Introduction Plesk is a web hosting control panel used to manage websites, domains, mail services, and server configurations. For system administrators, knowing backend file locations helps in troubleshooting and managing services efficiently. Prerequisites Before accessing Plesk backend files, ensure you have: Implementation 1. Plesk Core Files Restart Plesk: \/etc\/rc.d\/init.d\/plesk restart&hellip; Continue Reading Plesk Backend Files and Paths","og_url":"https:\/\/pheonixsolutions.com\/blog\/plesk-back-end-files\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2011-12-17T15:28:00+00:00","article_modified_time":"2026-04-13T11:44:15+00:00","og_image":[{"width":3837,"height":2540,"url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/09\/PX2.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/plesk-back-end-files\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/plesk-back-end-files\/"},"author":{"name":"admin","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/0ffa33d73c869faec2d50e79c24e3503"},"headline":"Plesk Backend Files and Paths","datePublished":"2011-12-17T15:28:00+00:00","dateModified":"2026-04-13T11:44:15+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/plesk-back-end-files\/"},"wordCount":235,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/plesk-back-end-files\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/plesk-back-end-files\/","url":"https:\/\/pheonixsolutions.com\/blog\/plesk-back-end-files\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"datePublished":"2011-12-17T15:28:00+00:00","dateModified":"2026-04-13T11:44:15+00:00","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/plesk-back-end-files\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/plesk-back-end-files\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/plesk-back-end-files\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Plesk Backend Files and Paths"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/0ffa33d73c869faec2d50e79c24e3503","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","caption":"admin"},"sameAs":["http:\/\/blog.pheonixsolutions.com"],"url":"https:\/\/pheonixsolutions.com\/blog\/author\/admin\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-1I","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=106"}],"version-history":[{"count":5,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/106\/revisions"}],"predecessor-version":[{"id":9941,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/106\/revisions\/9941"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=106"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=106"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}