Error HTTP 500 after modifying domain in wp-config.php file
-
I am running an instance in lightsail that serves my wordpress website. But I have tried to modify in the wp-config.php file
what I have done is that changing
define(‘WP_SITEURL’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/’);
define(‘WP_HOME’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/’);to
define(‘WP_HOME’,’http://proceedit.com’);
define(‘WP_SITEURL’,’http://proceedit.com’);The website shows 500 HTTP error even after recovering default settings.
what is the solution to recover my website to function as before.
my website is http://www.proceedit.com -
Hi there!
I’m afraid that, your site is not hosted with WordPress.com. It is a site using the open-source WordPress software (from WordPress.org) but hosted with Dinahosting.
Because WordPress.com and WordPress.org are two entirely separate entities, we cannot access files or data for sites that are hosted elsewhere, so WordPress.com staff can only assist with sites that are hosted on our servers. You can read more about the differences between WordPress.org software and WordPress.com here:
You can find help with your question at: https://wordpress.org/support/forums/
http://wordpress.org/support/ is also a great resource for sites using the open-source WordPress.org software. -
@barrientosrodrigo you site is also not hosted here. You’ll want to post to https://es.wordpress.org/support/forums/ or contact your host directly.
- The topic ‘Error HTTP 500 after modifying domain in wp-config.php file’ is closed to new replies.