{"id":3144,"date":"2026-01-30T11:01:03","date_gmt":"2026-01-30T11:01:03","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=3144"},"modified":"2026-01-30T11:01:09","modified_gmt":"2026-01-30T11:01:09","slug":"how-to-fix-403-404-500-errors-in-cpanel","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/","title":{"rendered":"How to Fix 403 \/ 404 \/ 500 Errors in cPanel"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>Introduction<\/strong><\/h2>\n\n\n\n<p>The 403, 404, and 500 errors are common HTTP errors encountered while accessing websites hosted on cPanel. These errors usually occur due to incorrect file permissions, missing files, misconfigured settings, or server-side issues. Understanding these errors and knowing how to troubleshoot them helps ensure your website remains accessible and functions correctly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Prerequisites (Make sure the following are available):<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WHM login access<\/li>\n\n\n\n<li>Required cPanel account details<\/li>\n\n\n\n<li>Domain is active and correctly pointed to the server<\/li>\n\n\n\n<li>Basic understanding of File Manager and website structure<\/li>\n<\/ul>\n\n\n\n<p><strong>Note :<\/strong> This will the basic guideline , please check the logs to proceed further backup required for the safer side .<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Steps to Fix 403 \/ 404 \/ 500 Errors in cPanel<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1: Log in to WHM<\/strong><\/h3>\n\n\n\n<p>Login to WHM as root<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2: Open the cPanel Account<\/strong><\/h3>\n\n\n\n<p>Go to <strong>List Accounts<\/strong><br>  1. Search for the domain<br>  2. Click the <strong>cPanel<\/strong> icon to access the account<br>This will take you inside the cPanel dashboard.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3: Identify the Error Type<\/strong><\/h3>\n\n\n\n<p>Open the website in a browser and note the exact error displayed:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>403 \u2013 Forbidden<\/strong><\/li>\n\n\n\n<li><strong>404 \u2013 Not Found<\/strong><\/li>\n\n\n\n<li><strong>500 \u2013 Internal Server Error<\/strong><\/li>\n<\/ul>\n\n\n\n<p>This helps determine the correct troubleshooting path.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Fixing 403 \u2013 Forbidden Error<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4: Check File and Folder Permissions<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to <strong>File Manager<\/strong> \u2192 <code>public_html<\/code><\/li>\n\n\n\n<li>Set permissions:\n<ul class=\"wp-block-list\">\n<li>Folders: <strong>755<\/strong><\/li>\n\n\n\n<li>Files: <strong>644<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>Incorrect permissions commonly cause 403 errors.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 5: Verify Index File Exis<\/strong>t<\/h3>\n\n\n\n<p>Ensure one of the following files exists in the website root directory:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>index.php<\/code><\/li>\n\n\n\n<li><code>index.html<\/code><\/li>\n<\/ul>\n\n\n\n<p>If no index file exists, the server may deny access.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 6: Check the <code>.htaccess<\/code> File<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Rename <code>.htaccess<\/code> to <code>.htaccess_old<\/code><\/li>\n\n\n\n<li>Reload the website<\/li>\n\n\n\n<li>If the site loads, regenerate the <code>.htaccess<\/code> file<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Fixing 404 \u2013 Not Found Error<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 7: Verify File or Page Exists<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to <strong>File Manager<\/strong><\/li>\n\n\n\n<li>Confirm the requested file or page exists in the correct directory<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 8: Check Domain Document Root<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to <strong>Domains<\/strong> in cPanel<\/li>\n\n\n\n<li>Confirm the domain points to the correct document root<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 9: Reset Website Permalinks (CMS Sites)<\/strong><\/h3>\n\n\n\n<p>For CMS-based websites (example: WordPress):<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Log in to the admin dashboard<\/li>\n\n\n\n<li>Go to <strong>Settings \u2192 Permalinks<\/strong><\/li>\n\n\n\n<li>Click <strong>Save Changes<\/strong><\/li>\n<\/ul>\n\n\n\n<p>This rebuilds URL rules and often resolves 404 errors.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Fixing 500 \u2013 Internal Server Error<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 10: Check Error Logs<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to <strong>Metrics \u2192 Errors<\/strong><\/li>\n\n\n\n<li>Review recent log entries for PHP or configuration errors<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 11: Check PHP Version<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to <strong>MultiPHP Manager<\/strong><\/li>\n\n\n\n<li>Select a compatible PHP version for the domain<\/li>\n\n\n\n<li>Apply changes and test the website<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 12: Disable Faulty Plugins or Scripts<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Rename the <code>plugins<\/code> directory (for CMS sites)<\/li>\n\n\n\n<li>Reload the website<\/li>\n\n\n\n<li>Identify and remove the problematic plugin or script<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 13: Review <code>.htaccess<\/code> Configuration<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Check for invalid directives<\/li>\n\n\n\n<li>Remove unsupported Apache rules<\/li>\n\n\n\n<li>Restore a default <code>.htaccess<\/code> if needed<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>403, 404, and 500 errors in cPanel usually result from permission issues, missing files, or server misconfigurations. By following the steps above, you can systematically identify the cause of the error and resolve it efficiently, ensuring your website remains accessible and stable.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction The 403, 404, and 500 errors are common HTTP errors encountered while accessing websites hosted on cPanel. These errors usually occur due to incorrect file permissions, missing files, misconfigured settings, or server-side issues. Understanding these errors and knowing how to troubleshoot them helps ensure your website remains accessible and functions correctly. Prerequisites (Make sure ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":19,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3144","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Fix 403 \/ 404 \/ 500 Errors in cPanel - PheonixSolutions Knowledge-Base<\/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\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix 403 \/ 404 \/ 500 Errors in cPanel - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"Introduction The 403, 404, and 500 errors are common HTTP errors encountered while accessing websites hosted on cPanel. These errors usually occur due to incorrect file permissions, missing files, misconfigured settings, or server-side issues. Understanding these errors and knowing how to troubleshoot them helps ensure your website remains accessible and functions correctly. Prerequisites (Make sure ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-30T11:01:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-30T11:01:09+00:00\" \/>\n<meta name=\"author\" content=\"kaviya d\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"kaviya d\" \/>\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:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/30\\\/how-to-fix-403-404-500-errors-in-cpanel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/30\\\/how-to-fix-403-404-500-errors-in-cpanel\\\/\"},\"author\":{\"name\":\"kaviya d\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/82401b0672a0a481fa04646559e798af\"},\"headline\":\"How to Fix 403 \\\/ 404 \\\/ 500 Errors in cPanel\",\"datePublished\":\"2026-01-30T11:01:03+00:00\",\"dateModified\":\"2026-01-30T11:01:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/30\\\/how-to-fix-403-404-500-errors-in-cpanel\\\/\"},\"wordCount\":442,\"commentCount\":0,\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/30\\\/how-to-fix-403-404-500-errors-in-cpanel\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/30\\\/how-to-fix-403-404-500-errors-in-cpanel\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/30\\\/how-to-fix-403-404-500-errors-in-cpanel\\\/\",\"name\":\"How to Fix 403 \\\/ 404 \\\/ 500 Errors in cPanel - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"datePublished\":\"2026-01-30T11:01:03+00:00\",\"dateModified\":\"2026-01-30T11:01:09+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/82401b0672a0a481fa04646559e798af\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/30\\\/how-to-fix-403-404-500-errors-in-cpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/30\\\/how-to-fix-403-404-500-errors-in-cpanel\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/30\\\/how-to-fix-403-404-500-errors-in-cpanel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix 403 \\\/ 404 \\\/ 500 Errors in cPanel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\",\"name\":\"PheonixSolutions Knowledge-Base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/82401b0672a0a481fa04646559e798af\",\"name\":\"kaviya d\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/88b1f9aa6c79d91f44972e86b6f0b3f8acc3bdb14260d73705e85a1968631cd8?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/88b1f9aa6c79d91f44972e86b6f0b3f8acc3bdb14260d73705e85a1968631cd8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/88b1f9aa6c79d91f44972e86b6f0b3f8acc3bdb14260d73705e85a1968631cd8?s=96&d=mm&r=g\",\"caption\":\"kaviya d\"},\"sameAs\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-admin\"],\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/author\\\/kaviya\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix 403 \/ 404 \/ 500 Errors in cPanel - PheonixSolutions Knowledge-Base","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\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix 403 \/ 404 \/ 500 Errors in cPanel - PheonixSolutions Knowledge-Base","og_description":"Introduction The 403, 404, and 500 errors are common HTTP errors encountered while accessing websites hosted on cPanel. These errors usually occur due to incorrect file permissions, missing files, misconfigured settings, or server-side issues. Understanding these errors and knowing how to troubleshoot them helps ensure your website remains accessible and functions correctly. Prerequisites (Make sure ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2026-01-30T11:01:03+00:00","article_modified_time":"2026-01-30T11:01:09+00:00","author":"kaviya d","twitter_card":"summary_large_image","twitter_misc":{"Written by":"kaviya d","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/"},"author":{"name":"kaviya d","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/82401b0672a0a481fa04646559e798af"},"headline":"How to Fix 403 \/ 404 \/ 500 Errors in cPanel","datePublished":"2026-01-30T11:01:03+00:00","dateModified":"2026-01-30T11:01:09+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/"},"wordCount":442,"commentCount":0,"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/","name":"How to Fix 403 \/ 404 \/ 500 Errors in cPanel - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"datePublished":"2026-01-30T11:01:03+00:00","dateModified":"2026-01-30T11:01:09+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/82401b0672a0a481fa04646559e798af"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/30\/how-to-fix-403-404-500-errors-in-cpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How to Fix 403 \/ 404 \/ 500 Errors in cPanel"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/","name":"PheonixSolutions Knowledge-Base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/82401b0672a0a481fa04646559e798af","name":"kaviya d","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/88b1f9aa6c79d91f44972e86b6f0b3f8acc3bdb14260d73705e85a1968631cd8?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/88b1f9aa6c79d91f44972e86b6f0b3f8acc3bdb14260d73705e85a1968631cd8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/88b1f9aa6c79d91f44972e86b6f0b3f8acc3bdb14260d73705e85a1968631cd8?s=96&d=mm&r=g","caption":"kaviya d"},"sameAs":["https:\/\/pheonixsolutions.com\/knowledge-base\/wp-admin"],"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/author\/kaviya\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3144","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=3144"}],"version-history":[{"count":2,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3144\/revisions"}],"predecessor-version":[{"id":3156,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3144\/revisions\/3156"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=3144"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=3144"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=3144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}