{"id":6919,"date":"2020-05-03T15:00:43","date_gmt":"2020-05-03T13:00:43","guid":{"rendered":"https:\/\/qodeinteractive.com\/magazine\/?p=6919"},"modified":"2022-02-17T11:13:01","modified_gmt":"2022-02-17T10:13:01","slug":"http-500-internal-server-error-in-wordpress","status":"publish","type":"post","link":"https:\/\/qodeinteractive.com\/magazine\/http-500-internal-server-error-in-wordpress\/","title":{"rendered":"How to Fix the HTTP 500 Internal Server Error in WordPress"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]The HTTP 500 Internal Server Error is one of the most common <a href=\"https:\/\/qodeinteractive.com\/magazine\/fix-image-upload-http-error-wordpress\/\">WordPress errors<\/a>. At the same time, it is also one of the trickiest to deal with, since the notification doesn\u2019t offer any information on possible debugging options. With WordPress versions 5 and above, this process has been simplified. Newer versions of WordPress send email notifications with information about errors that appear on your website, as well as instructions for troubleshooting.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]In this article, we\u2019ll show you <strong>eight different methods to fix the 500 Internal Server Error<\/strong>:[\/vc_column_text][vc_empty_space height=&#8221;22px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;22px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#page-reload\">Page reload<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;5px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#clear-browser-cache\">Clear browser cache<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;5px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#check-server-log\">Check server log<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;5px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#enable-debug-in-the-config-file\">Enable debug in the config.php file<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;5px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#check-the-htaccess-file\">Check the .htaccess file<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;5px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#increase-the-php-memory-limit\">Increase the PHP memory limit<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;5px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#deactivate-plugins\">Deactivate plugins<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;5px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#reinstalling-wordpress-core-files\">Reinstalling WordPress core files<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;70px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"qodef-h4\">What Is HTTP 500 Internal Server Error?<\/h2>\n<p>[\/vc_column_text][vc_column_text]Just like the name suggests, this error appears on the server end, when the <strong>server isn\u2019t able to display the requested page<\/strong>. When you type a specific URL address into the browser and click on a link, you\u2019re actually requesting from the server to deliver and display this page. If for some reason the server cannot display the requested page, <strong>you get the 500 internal server error<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/04\/1-500-internal-server-error.jpg\" class=\"attachment-full size-full\" alt=\"500 internal server error\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/04\/1-500-internal-server-error.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/04\/1-500-internal-server-error-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/04\/1-500-internal-server-error-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]This response to the server mistake is a <strong>generic catch-all response<\/strong> indicating that the server cannot find a better error code than the 500 error. <strong>There are many possible causes for this error<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]Another thing we should point out is that the internal server error can present itself in several ways. Since there are different servers, operating systems, and browsers, <strong>these are some of the examples of the 500 error<\/strong>:[\/vc_column_text][vc_empty_space height=&#8221;23px&#8221;]<ul class=\"qodef-unordered-list-item \">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\">Internal Server Error<\/span>        <\/div>\n            <\/li>\n<\/ul><ul class=\"qodef-unordered-list-item \">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\">500 Error<\/span>        <\/div>\n            <\/li>\n<\/ul><ul class=\"qodef-unordered-list-item \">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\">500 \u2013 Internal Server Error<\/span>        <\/div>\n            <\/li>\n<\/ul><ul class=\"qodef-unordered-list-item \">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\">500 Internal Server Error. Sorry something went wrong.<\/span>        <\/div>\n            <\/li>\n<\/ul><ul class=\"qodef-unordered-list-item \">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\">500 Internal Server Error. Sorry something went wrong.<\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_column_text]If the internal server error appears often and crashes your site leaving it offline for hours, <strong>it can significantly affect your site\u2019s rating and SEO<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;68px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"qodef-h4\">How to Fix the 500 Internal Server Error on WordPress Site<\/h2>\n<p>[\/vc_column_text][vc_column_text]This error can appear on any website &#8211; <strong>it\u2019s not tied to WordPress sites exclusively<\/strong>. Since the notification is so generic, it can be challenging to decide where to start.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]Although the internal error comes from the server end, <strong>the issue is not always with the server itself<\/strong>. This is why you should explore some simpler options before you move on to dealing with the server.[\/vc_column_text][vc_empty_space height=&#8221;72px&#8221;][vc_column_text]<\/p>\n<h3 class=\"qodef-h5\"><a id=\"page-reload\"><\/a>1. Page Reload<\/h3>\n<p>[\/vc_column_text][vc_column_text]This is the <strong>quickest and the easiest fix for<\/strong> the 500 internal server error. Just wait a couple of moments and then reload the page. Just in case, you can <strong>open the page in another browser<\/strong>. Sometimes, the server gets too many requests and goes into overdrive, displaying the internal server error. This issue is usually gone within seconds.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]Another thing you can try is checking the status of your website on <a href=\"https:\/\/downforeveryoneorjustme.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Down For Everyone or Just Me<\/a>. Simply copy the URL of your website and paste it into the assigned field on that site\u2019s home page. Using the tool on Down For Everyone or Just Me, you\u2019ll be able to check the HTTP status of your server and <strong>verify whether your site is down or the issue lies with your client<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/2-Page-reload.jpg\" class=\"attachment-full size-full\" alt=\"Page reload\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/2-Page-reload.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/2-Page-reload-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/2-Page-reload-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;60px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/04\/3-HTTP-status.jpg\" class=\"attachment-full size-full\" alt=\"HTTP status\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/04\/3-HTTP-status.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/04\/3-HTTP-status-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/04\/3-HTTP-status-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]If you get an HTTP status that\u2019s not 200 (\u2018\u2019Everything is ok\u2019\u2019), you\u2019ll get a notification that your site crashed.[\/vc_column_text][vc_empty_space height=&#8221;72px&#8221;][vc_column_text]<\/p>\n<h3 class=\"qodef-h5\"><a id=\"clear-browser-cache\"><\/a>2. Clear Browser Cache<\/h3>\n<p>[\/vc_column_text][vc_column_text]Clearing browser cache is another recommended quick fix for an internal server error. On Windows and Linux operating systems, you can <strong>clear the cache by pressing F5 or CTRL+F5<\/strong> on the keyboard. On Mac powered devices, <strong>press SHIFT + CMD + DEL<\/strong>. You can also clear the <strong>cache memory using browser settings<\/strong> &#8211; simply click on the option for deleting all cache memory.[\/vc_column_text][vc_empty_space height=&#8221;72px&#8221;][vc_column_text]<\/p>\n<h3 class=\"qodef-h5\"><a id=\"check-server-log\"><\/a>3. Check Server Log<\/h3>\n<p>[\/vc_column_text][vc_column_text]For more details about the error, you can check the server error log. It is <strong>helpful in shortlisting the possible causes<\/strong>, especially if they are related to one of the active plugins. When you log into your hosting account and access <strong>cPanel, in the Metrics section you\u2019ll see the Errors option<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/4-cPanel-Errors.jpg\" class=\"attachment-full size-full\" alt=\"cPanel Errors\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/4-cPanel-Errors.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/4-cPanel-Errors-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/4-cPanel-Errors-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]Click on it to open a detailed report containing web server error log messages.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/5-Open-a-detailed-report.jpg\" class=\"attachment-full size-full\" alt=\"Open a detailed report\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/5-Open-a-detailed-report.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/5-Open-a-detailed-report-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/5-Open-a-detailed-report-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]If your hosting plan has different settings or you\u2019re using a different platform, contact your hosting provider for instructions on checking the server error log. [\/vc_column_text][vc_empty_space height=&#8221;81px&#8221;][vc_separator color=&#8221;custom&#8221; accent_color=&#8221;#f0f0f0&#8243;][vc_empty_space height=&#8221;50px&#8221;][vc_widget_sidebar sidebar_id=&#8221;top-picks-banner&#8221;][vc_empty_space height=&#8221;28px&#8221;][vc_separator color=&#8221;custom&#8221; accent_color=&#8221;#f0f0f0&#8243;][vc_empty_space height=&#8221;84px&#8221;][vc_column_text]<\/p>\n<h3 class=\"qodef-h5\"><a id=\"enable-debug-in-the-config-file\"><\/a>4. Enable Debug in the config.php File<\/h3>\n<p>[\/vc_column_text][vc_column_text]If you cannot check the server error log using your hosting account, you can enable debug mode by simply <a href=\"https:\/\/qodeinteractive.com\/magazine\/how-to-edit-wp-config-file\/\">inserting or editing code in config.php<\/a>. <strong>This will show you the details about the error<\/strong>:[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;][vc_column_text]<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">define('WP_DEBUG', true);<\/pre>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;39px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/6-Enable-debug-in-the-config.php-file.jpg\" class=\"attachment-full size-full\" alt=\"Enable debug in the config.php file\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/6-Enable-debug-in-the-config.php-file.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/6-Enable-debug-in-the-config.php-file-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/6-Enable-debug-in-the-config.php-file-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]When you edit the file, reload your site in the browser. <strong>If the error is still present, the browser will display the path to the file that caused the error<\/strong>. It will also show you <strong>the exact line of code<\/strong> that cannot be executed <strong>and a short description of the error<\/strong>. If the problematic file belongs to an active plugin, uninstall the plugin.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]Just to be clear, it is important to <a href=\"https:\/\/qodeinteractive.com\/magazine\/uninstall-wordpress-plugin\/\">completely remove the plugin<\/a> &#8211; just deactivating it won\u2019t solve the problem. Since the admin panel is inaccessible, you\u2019ll have to do this using an FTP client or cPanel, and File Manager application, on your hosting account. In the folder <em>wp-content\/plugins<\/em>, locate the folder with the plugin causing the issue and delete it.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]We suggest that you <strong>leave the debugging mode enabled while you\u2019re troubleshooting<\/strong>, even if it doesn\u2019t show the best results, and disable it once your site goes live again, just in case.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]<strong>Most of the time, the internal server <a href=\"https:\/\/qodeinteractive.com\/magazine\/the-link-you-followed-has-expired\/\">error in WordPress<\/a> is caused by themes and plugins functions<\/strong>. In other cases, this error is caused by poorly configured .htaccess file and PHP memory limit. In the following sections, we\u2019ll show you how to deal with these situations.[\/vc_column_text][vc_empty_space height=&#8221;72px&#8221;][vc_column_text]<\/p>\n<h3 class=\"qodef-h5\"><a id=\"check-the-htaccess-file\"><\/a>5. Check the .htaccess File<\/h3>\n<p>[\/vc_column_text][vc_column_text]Another initial step in the error 500 troubleshooting is <strong>checking whether the .htaccess file is configured properly<\/strong>, especially if you recently made changes to it.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]You can do this using your hosting account once you <strong>log into cPanel or FTP client<\/strong>. All you have to do is <strong>rename the .htaccess file to .htaccess_test<\/strong>, for example. Well show you both ways &#8211; it is up to you to decide which one is more suitable for you.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]If you opt for cPanel, log into your hosting account and select the File manager option in the cPanel dashboard.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"710\" height=\"378\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/02\/File-Manager.jpg\" class=\"attachment-full size-full\" alt=\"File Manager\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/02\/File-Manager.jpg 710w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/02\/File-Manager-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/02\/File-Manager-620x330.jpg 620w\" sizes=\"auto, (max-width: 710px) 100vw, 710px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]Access the public folder with all the WordPress files and find the .htaccess file. If you have several domains, <strong>make sure you select the folder belonging to your site\u2019s domain<\/strong>. If you cannot find the file when you open the root folder, <a href=\"https:\/\/qodeinteractive.com\/magazine\/find-htaccess-file-on-wordpress-site\/\">check whether .htaccess is hidden<\/a>. In the right corner of the screen, click on the Settings and tick the option for showing hidden files.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/7-Show-hidden-files.jpg\" class=\"attachment-full size-full\" alt=\"Show hidden files\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/7-Show-hidden-files.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/7-Show-hidden-files-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/7-Show-hidden-files-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]Once you find the .htaccess file, right-click on it and choose the option Rename.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/8-Choose-the-option-Rename.jpg\" class=\"attachment-full size-full\" alt=\"Choose the option Rename\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/8-Choose-the-option-Rename.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/8-Choose-the-option-Rename-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/8-Choose-the-option-Rename-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]Enter a new name for the .htaccess file, for example .htaccess_test and save changes.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/9-Enter-a-new-name-for-the-htaccess-file.jpg\" class=\"attachment-full size-full\" alt=\"Enter a new name for the htaccess file\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/9-Enter-a-new-name-for-the-htaccess-file.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/9-Enter-a-new-name-for-the-htaccess-file-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/9-Enter-a-new-name-for-the-htaccess-file-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]You can do the same thing using FTP. First, you have to check your hosting account login credentials.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"710\" height=\"378\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/01\/FTP-Accounts.jpg\" class=\"attachment-full size-full\" alt=\"FTP Accounts link\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/01\/FTP-Accounts.jpg 710w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/01\/FTP-Accounts-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/01\/FTP-Accounts-620x330.jpg 620w\" sizes=\"auto, (max-width: 710px) 100vw, 710px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]Once you <strong>log into your server using an FTP client<\/strong> such as <a href=\"https:\/\/filezilla-project.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">FileZilla<\/a> (which we\u2019re using here), open the public folder containing all WordPress files. Find the .htaccess file, right-click on it, and select Rename.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/10-Select-Rename.jpg\" class=\"attachment-full size-full\" alt=\"Select Rename\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/10-Select-Rename.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/10-Select-Rename-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/10-Select-Rename-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]<strong>Once you rename the file, refresh your website to check if the error 500 is gone<\/strong>. If it\u2019s gone, you know the issue is with the .htaccess file.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]In that case, you\u2019ll need to <strong>generate a new .htaccess file<\/strong>. Go to Settings &gt; Permalinks and simply click on the Save button with no additional changes.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/11-Save-button-with-no-additional-changes.jpg\" class=\"attachment-full size-full\" alt=\"Save button with no additional changes\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/11-Save-button-with-no-additional-changes.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/11-Save-button-with-no-additional-changes-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/11-Save-button-with-no-additional-changes-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]<strong>When you do this, you\u2019ll properly configure the rewrite rules in the new .htaccess file<\/strong>, preventing errors during opening custom post types in the browser.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]You can find more information about .htaccess file on <a href=\"https:\/\/wordpress.org\/support\/article\/htaccess\/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress Codex<\/a>.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]If the internal server error persists, move on to the following step. [\/vc_column_text][vc_empty_space height=&#8221;72px&#8221;][vc_column_text]<\/p>\n<h3 class=\"qodef-h5\"><a id=\"increase-the-php-memory-limit\"><\/a>6. Increase the PHP Memory Limit<\/h3>\n<p>[\/vc_column_text][vc_column_text]Sometimes, the internal server error happens when you <strong>cross the PHP memory limit<\/strong>. There are several ways to <a href=\"https:\/\/qodeinteractive.com\/magazine\/allowed-memory-size-of-bytes-exhausted-error\/\">check and increase the PHP memory limit<\/a>. Since they require detailed steps, we included a link to a full tutorial on dealing with PHP memory issues.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]If increasing the PHP memory limit solved the problem, <strong>keep in mind that this is only a temporary solution<\/strong>. To prevent this issue permanently, you have to understand what\u2019s overloading your PHP memory.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]<strong>The culprit may be a recently installed plugin or a theme function<\/strong>, so make sure you contact your hosting provider and <strong>check your server error log<\/strong>. You can find this log when you log into your hosting account in cPanel.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/4-cPanel-Errors.jpg\" class=\"attachment-full size-full\" alt=\"cPanel Errors\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/4-cPanel-Errors.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/4-cPanel-Errors-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/4-cPanel-Errors-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]If you don\u2019t have this option on your hosting account, consult with your provider about the ways to diagnose the issue.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]If the PHP memory limit increase didn\u2019t solve the error, try some of the following steps.[\/vc_column_text][vc_empty_space height=&#8221;72px&#8221;][vc_column_text]<\/p>\n<h3 class=\"qodef-h5\"><a id=\"deactivate-plugins\"><\/a>7. Deactivate Plugins<\/h3>\n<p>[\/vc_column_text][vc_column_text]If you\u2019ve reached this point without solving the issue, a faulty plugin may be the cause of the 500 error. It doesn\u2019t have to be a single plugin &#8211; <strong>sometimes, the problem is caused by several plugins that cannot be activated at the same time<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]<strong>The only way to verify this is to deactivate all the plugins<\/strong>, and then reactivate them one by one, refreshing the site between each reactivation.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]Since the internal server error prevents you from accessing the admin panel, you\u2019ll have to deactivate plugins using cPanel or an FTP client. In both cases, you need to <strong>rename the plugins folder<\/strong>. It\u2019s found inside the wp-content folder, which is located in the root folder. Plugins folder contains all the plugins installed on your WordPress site.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/12-Deactivate-plugins.jpg\" class=\"attachment-full size-full\" alt=\"Deactivate plugins\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/12-Deactivate-plugins.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/12-Deactivate-plugins-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/12-Deactivate-plugins-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]<strong>This way, you\u2019ll manually deactivate all the plugins on your site<\/strong>. If the error is gone, you\u2019ll know that one of the plugins was causing it.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]Afterward, simply access the admin panel and in the Plugins settings, <strong>reactivate plugins one by one until you find the one that\u2019s causing the error<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/13-access-the-admin-panel-and-in-the-Plugins-settings.jpg\" class=\"attachment-full size-full\" alt=\"Access the admin panel and in the Plugins settings\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/13-access-the-admin-panel-and-in-the-Plugins-settings.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/13-access-the-admin-panel-and-in-the-Plugins-settings-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/13-access-the-admin-panel-and-in-the-Plugins-settings-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]Then, you can <strong>delete the plugin that\u2019s causing the issue<\/strong>. If this specific plugin is important for your site, contact the plugin author for further assistance.[\/vc_column_text][vc_empty_space height=&#8221;72px&#8221;][vc_column_text]<\/p>\n<h3 class=\"qodef-h5\"><a id=\"reinstalling-wordpress-core-files\"><\/a>8. Reinstalling WordPress Core Files<\/h3>\n<p>[\/vc_column_text][vc_column_text]If plugin deactivation didn\u2019t solve the internal server error, <strong>the only option that\u2019s left is to reinstall WordPress core files<\/strong>. This means replacing the existing core files with the new files downloaded from <a href=\"https:\/\/wordpress.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">wordpress.org<\/a>. If you haven\u2019t done this already, <a href=\"https:\/\/qodeinteractive.com\/magazine\/how-to-manually-backup-wordpress-website\/\">create a backup of your WordPress site<\/a> now.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]<strong>Don\u2019t worry &#8211; you won\u2019t lose any website content in the process.<\/strong>[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]Start by visiting the wordpress.org page where you\u2019ll <strong>download a zip file with the latest version of WordPress<\/strong>. Save it to any convenient location on your computer.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/14-Reinstalling-WordPress-core-files.jpg\" class=\"attachment-full size-full\" alt=\"Reinstalling WordPress core files\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/14-Reinstalling-WordPress-core-files.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/14-Reinstalling-WordPress-core-files-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/14-Reinstalling-WordPress-core-files-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]<strong>Extract the folder named WordPress from the zip file. <\/strong>[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]To access your WordPress site files, <a href=\"https:\/\/qodeinteractive.com\/magazine\/how-to-use-ftp\/\">connect to the server via FTP<\/a> and <strong>find the root folder that contains your site\u2019s WordPress files<\/strong>. You\u2019ll see the files such as wp-admin, wp-includes, etc.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]In the left panel, locate the WordPress folder you downloaded and saved on your computer. [\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/15-Locate-the-WordPress-folder.jpg\" class=\"attachment-full size-full\" alt=\"Locate the WordPress folder\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/15-Locate-the-WordPress-folder.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/15-Locate-the-WordPress-folder-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/15-Locate-the-WordPress-folder-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]In the folder, <strong>select all the files except the wp-content folder<\/strong>. You can hold the CTRL button and select the files you need.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/16-hold-the-CTRL-button-and-select-the-files-you-need.jpg\" class=\"attachment-full size-full\" alt=\"Hold the CTRL button and select the files you need\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/16-hold-the-CTRL-button-and-select-the-files-you-need.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/16-hold-the-CTRL-button-and-select-the-files-you-need-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/16-hold-the-CTRL-button-and-select-the-files-you-need-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]<strong>The wp-content folder on your website contains theme and plugins files, as well as the entire content of your website<\/strong>. This is why we won\u2019t make any changes to it, allowing you to keep your site files. At the same time, the .htaccess file and wp-config.php file on your site will remain unchanged, so there\u2019s no need to worry about connecting with databases and redirections.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]<strong>Drag the selected files from the left panel to the right<\/strong> &#8211; this will move them from your computer to the server. Alternatively, you can right-click on the selected files and choose Upload.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/17-Drag-the-selected-files-from-the-left-panel.jpg\" class=\"attachment-full size-full\" alt=\"Drag the selected files from the left panel\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/17-Drag-the-selected-files-from-the-left-panel.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/17-Drag-the-selected-files-from-the-left-panel-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/17-Drag-the-selected-files-from-the-left-panel-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]Once the transfer starts, the FTP client (FileZilla, in our case) will ask you to overwrite the identical files. <strong>Select <em>Overwrite and Always use this action options<\/em><\/strong> to continue the transfer.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/16-Overwrite-and-Always-use-this-action.jpg\" class=\"attachment-full size-full\" alt=\"Overwrite and Always use this action\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/16-Overwrite-and-Always-use-this-action.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/16-Overwrite-and-Always-use-this-action-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/05\/16-Overwrite-and-Always-use-this-action-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]<strong>The FTP client will replace all the old WordPress files with the new ones, fixing the internal server error caused by one of these files<\/strong>. Once the transfer ends, try to access your site in the browser.[\/vc_column_text][vc_empty_space height=&#8221;72px&#8221;][vc_column_text]<\/p>\n<h3 class=\"qodef-h5\">Consult With Your Hosting Provider<\/h3>\n<p>[\/vc_column_text][vc_column_text]If none of these methods solved the internal server error, <strong>consult with your hosting provider for help<\/strong>. Their support team may be able to locate the issue in the server error log.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]They will also be able to examine your site\u2019s behavior within a certain time frame, allowing for <strong>precise error diagnostics<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;68px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"qodef-h4\">Final Thoughts<\/h2>\n<p>[\/vc_column_text][vc_column_text]Although the HTTP 500 internal server error in WordPress can be extremely frustrating for site owners and administrators, these methods will help you solve it and quickly get your site back on track. Most of the time, the error is caused by easily manageable issues such as conflicts with third-party plugins, badly configured .htaccess file, and PHP memory limit. Even if that\u2019s not the case, you can always turn to your hosting provider for help with finding a solution.[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>The HTTP 500 internal server error in WordPress is one of the more common issues that can pop up. We put together 8 ways you can use to troubleshoot it.<\/p>\n","protected":false},"author":10600,"featured_media":7772,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[14,52,13],"class_list":["post-6919","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-core","tag-troubleshooting","tag-wordpress"],"_links":{"self":[{"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/posts\/6919","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/users\/10600"}],"replies":[{"embeddable":true,"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/comments?post=6919"}],"version-history":[{"count":0,"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/posts\/6919\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/media\/7772"}],"wp:attachment":[{"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/media?parent=6919"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/categories?post=6919"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/tags?post=6919"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}