Internal server errors (error 500) are often caused by plugin or theme function conflicts, so if you have access to your Dashboard, try deactivating all plugins. If you don’t have access to your admin panel, try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, try switching to the Twenty Seventeen theme to rule-out a theme-specific issue. If you don’t have access to your Dashboard, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue.
If that does not resolve the issue, it’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your SFTP or FTP client to view invisible files.
If you weren’t able to resolve the issue by either resetting your plugins and theme or renaming your .htaccess file, we may be able to help, but we’ll need a more detailed error message. Internal server errors are usually described in more detail in the server error log. If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that specific time period. If you don’t have access to your server error log, ask your hosting provider to look for you.
Thank you! It doesn’t seem theme specific. I am trying to rename the .htaccess file to something like .htaccess_save or .htaccess_old but it won’t let me, says it is invalid filename. Do I need to leave out the period, and if so how would I put it back if I needed to?
Also it happens with two different WordPress installations on the same shared server, if that helps. Thank you…
Try not using special characters in the rename (‘_’).
As James suggested, you probably should contact your hosting support. They should be able to shed some light on this issue – especially since you stated that 2 different installations are having the same issue.
Contacted the hosting company. They updated PHP and increased a limit and now it seems to work. Thank you anyway for trying to help!!