HTTP ERROR 500
-
Hi, I have a wp homepage (www.rebekkalassesen.com), which I only ever edited online – but the last few days it’s been showing: HTTP ERROR 500, whenever I try to log in.
I just downloaded the app, but can’t seem to retrive my hp info though that either.
What to do?
/Rebekka -
Hi @rebekkalassesen,
Your site rebekkalassesen.com is using the self-hosted version of WordPress.
These forums are for WordPress.com hosted sites only :) https://en.support.wordpress.com/com-vs-org/
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 wp-config.php file shown below.
define( 'WP_DEBUG', true );Contact your host directly (UnoEuro) regarding server related issues.
Thanks !!!
- The topic ‘HTTP ERROR 500’ is closed to new replies.