HTTPS ERROR 500
-
Hi I need help!!!!! our site, http://www.casadental.com.sg and http://www.livewellchiropractic.com.sg got HTTP 500 ERROR and now the site is down.
Please advise!
-
Hi @casachen,
Your site livewellchiropractic.com.sg is using the self-hosted version of WordPress, and you need to seek help at the WordPress.org forums:
https://wordpress.org/support/forums/
These forums are for WordPress.com hosted sites only :)
However, I recommend you to check your .htaccess file.
Check your PHP memory limit; memory should be 64MB or above.
you can try increasing Memory limit by addingdefine ('WP_MEMORY_LIMIT', '128M');in wp-config.php file.
To troubleshoot WordPress errors, you require to enable WordPress Debug, which can be done using wp-config.php.
You need to copy and paste the code in the wp-config.php file shown below.
define( 'WP_DEBUG', true );.How To Debug And Log Errors In WordPress Site
If you are still confused then content with your hosting provider.
Thanks !!!
- The topic ‘HTTPS ERROR 500’ is closed to new replies.