500 Interal Server Error
-
I have been troubleshooting for the past few hours and am still not having any luck, so would appreciate any help I can get! My WordPress site and admin panel are both giving 500 Internal Server Errors and I am not sure what I was doing when it happened. My main page is still working, just nothing in /blog. I do not think I downloaded any new plugins. I have already tried the following, one at a time, from my FTP:
Editing functions.php file of my theme to add the following below
<?php
update_option(‘siteurl’,’https://globaljess.com/blog’);
update_option(‘home’,’https://globaljess.com/blog’);Editing wp_config.php to add the following to the bottom:
define(‘WP_HOME’,’https://globaljess.com/blog’);
define(‘WP_SITEURL’,’https://globaljess.com/blog’);Renaming plugins folder to plugins_old
Renaming my active theme folder
Renaming the .htaccess file
It is now loading the setup-config.php screen from both /blog and /blog/wp-admin, but when I input MySQL info from the old wp_admin.php doc, it takes a while to load and then sends me to the Internal Server Error page again.
When I try to access my server error log from my FTP I am unable to open the file. It says Operation Failed.
I am not sure what else to try.
Thanks,
Jessica
- The topic ‘500 Interal Server Error’ is closed to new replies.